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