PHP Interface Sulu\Component\Security\Authentication\UserInterface

Inheritance: extends Symfony\Component\Security\Core\User\UserInterface
Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode Description
getEnabled ( ) : boolean Get enabled.
getFullName ( ) : string Returns the full name of the user.
getId ( ) : integer Returns the ID of the User.
getLocale ( ) : string Returns the locale of the user.
getLocked ( ) : boolean Get locked.
getRoleObjects ( ) : Sulu\Component\Security\Authentication\RoleInterface[] Returns all the roles the user has assigned.

Method Details

getEnabled() public méthode

Get enabled.
public getEnabled ( ) : boolean
Résultat boolean

getFullName() public méthode

Returns the full name of the user.
public getFullName ( ) : string
Résultat string

getId() public méthode

Returns the ID of the User.
public getId ( ) : integer
Résultat integer

getLocale() public méthode

Returns the locale of the user.
public getLocale ( ) : string
Résultat string Users locale

getLocked() public méthode

Get locked.
public getLocked ( ) : boolean
Résultat boolean

getRoleObjects() public méthode

Returns all the roles the user has assigned.
public getRoleObjects ( ) : Sulu\Component\Security\Authentication\RoleInterface[]
Résultat Sulu\Component\Security\Authentication\RoleInterface[]