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

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
getId ( ) : integer Returns the unique id of the entity.
getSecurityContext ( ) : mixed Returns the security context, to which this class of entity is attached.

Method Details

getId() public méthode

Returns the unique id of the entity.
public getId ( ) : integer
Résultat integer

getSecurityContext() public méthode

Returns the security context, to which this class of entity is attached.
public getSecurityContext ( ) : mixed
Résultat mixed