Returns the name as given in PHP, $foo would yield "foo".
public function getName() : string { return $this->name; }