PHP Класс Sulu\Component\Security\Authorization\SecurityCondition

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( $securityContext, $locale = null, $objectType = null, $objectId = null )
getLocale ( ) : string Returns the locale in which the security has to be checked.
getObjectId ( ) : mixed Returns the id of the object.
getObjectType ( ) : string Returns the type of the object.
getSecurityContext ( ) : string Returns the string representation of a security context.

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

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

public __construct ( $securityContext, $locale = null, $objectType = null, $objectId = null )

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

Returns the locale in which the security has to be checked.
public getLocale ( ) : string
Результат string

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

Returns the id of the object.
public getObjectId ( ) : mixed
Результат mixed

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

Returns the type of the object.
public getObjectType ( ) : string
Результат string

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

Returns the string representation of a security context.
public getSecurityContext ( ) : string
Результат string