PHP Interface Neos\ContentRepository\Domain\Model\UserInterface

Datei anzeigen Open project: neos/neos-development-collection

Public Methods

Method Description
getLabel ( ) : string Returns a label which can be used as a human-friendly identifier for this user, for example his or her first and last name.

Method Details

getLabel() public method

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
return string