Neos\Neos\Domain\Model\User::getLabel PHP 메소드

getLabel() 공개 메소드

Returns a label which can be used as a human-friendly identifier for this user.
public getLabel ( ) : string
리턴 string
    public function getLabel()
    {
        return $this->getName()->getFullName();
    }