PHP Interface Sulu\Component\Security\Authorization\AccessControl\AccessControlInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
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 )

Method Details

getEntityClass() public méthode

public getEntityClass ( ) : mixed
Résultat mixed

getEntityId() public méthode

public getEntityId ( ) : integer
Résultat integer

getId() public méthode

public getId ( ) : integer
Résultat integer

getPermissions() public méthode

public getPermissions ( ) : integer
Résultat integer

getRole() public méthode

public getRole ( ) : Sulu\Component\Security\Authentication\RoleInterface
Résultat Sulu\Component\Security\Authentication\RoleInterface

setEntityClass() public méthode

public setEntityClass ( mixed $entityClass )
$entityClass mixed

setEntityId() public méthode

public setEntityId ( integer $entityId )
$entityId integer

setPermissions() public méthode

public setPermissions ( integer $permissions )
$permissions integer

setRole() public méthode

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