PHP Интерфейс Sulu\Component\Security\Authentication\UserInterface

Наследование: extends Symfony\Component\Security\Core\User\UserInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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.

Описание методов

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

Get enabled.
public getEnabled ( ) : boolean
Результат boolean

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

Returns the full name of the user.
public getFullName ( ) : string
Результат string

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

Returns the ID of the User.
public getId ( ) : integer
Результат integer

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

Returns the locale of the user.
public getLocale ( ) : string
Результат string Users locale

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

Get locked.
public getLocked ( ) : boolean
Результат boolean

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

Returns all the roles the user has assigned.
public getRoleObjects ( ) : Sulu\Component\Security\Authentication\RoleInterface[]
Результат Sulu\Component\Security\Authentication\RoleInterface[]