) . ' (' . $this->getEmail() . ')'; | ) . ' (' . $this->getEmail() . ')'; | ||||
} | } | ||||
public function getName() | |||||
public function getName() :string | |||||
{ | { | ||||
return (string)ucfirst(strtolower($this->getFirstname())) . ' ' . strtoupper($this->getLastname()); | return (string)ucfirst(strtolower($this->getFirstname())) . ' ' . strtoupper($this->getLastname()); | ||||
} | } |