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

ファイルを表示 Open project: sulu/sulu

Public Methods

Method 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 method

Returns the unique id of the entity.
public getId ( ) : integer
return integer

getSecurityContext() public method

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