PHP Интерфейс Sulu\Component\Security\Authorization\AccessControl\SecuredEntityInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
getId ( ) : integer Returns the unique id of the entity.
getSecurityContext ( ) : mixed Returns the security context, to which this class of entity is attached.

Описание методов

getId() публичный Метод

Returns the unique id of the entity.
public getId ( ) : integer
Результат integer

getSecurityContext() публичный Метод

Returns the security context, to which this class of entity is attached.
public getSecurityContext ( ) : mixed
Результат mixed