Neos\ContentRepository\Domain\Model\UserInterface::getLabel PHP Метод

getLabel() публичный Метод

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
Результат string
    public function getLabel();
UserInterface