PHP 인터페이스 Sulu\Component\Security\Authorization\AccessControl\AccessControlInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
getEntityClass ( ) : mixed
getEntityId ( ) : integer
getId ( ) : integer
getPermissions ( ) : integer
getRole ( ) : Sulu\Component\Security\Authentication\RoleInterface
setEntityClass ( mixed $entityClass )
setEntityId ( integer $entityId )
setPermissions ( integer $permissions )
setRole ( Sulu\Component\Security\Authentication\RoleInterface $role )

메소드 상세

getEntityClass() 공개 메소드

public getEntityClass ( ) : mixed
리턴 mixed

getEntityId() 공개 메소드

public getEntityId ( ) : integer
리턴 integer

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getPermissions() 공개 메소드

public getPermissions ( ) : integer
리턴 integer

getRole() 공개 메소드

public getRole ( ) : Sulu\Component\Security\Authentication\RoleInterface
리턴 Sulu\Component\Security\Authentication\RoleInterface

setEntityClass() 공개 메소드

public setEntityClass ( mixed $entityClass )
$entityClass mixed

setEntityId() 공개 메소드

public setEntityId ( integer $entityId )
$entityId integer

setPermissions() 공개 메소드

public setPermissions ( integer $permissions )
$permissions integer

setRole() 공개 메소드

public setRole ( Sulu\Component\Security\Authentication\RoleInterface $role )
$role Sulu\Component\Security\Authentication\RoleInterface