PHP 인터페이스 Sulu\Component\Security\Authentication\UserInterface

상속: extends Symfony\Component\Security\Core\User\UserInterface
파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
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[]