Neos\ContentRepository\Domain\Model\UserInterface::getLabel PHP Méthode

getLabel() public méthode

Returns a label which can be used as a human-friendly identifier for this user, for example his or her first and last name.
public getLabel ( ) : string
Résultat string
    public function getLabel();
UserInterface