getUserName() public méthode

Get name of the linked user if there is one
public getUserName ( ) : string
Résultat string
 public function getUserName()
 {
     $this->__load();
     return parent::getUserName();
 }