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

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

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

Метод Описание
getLocale ( Request $request ) : string Returns the locale for the given request.
getSecuredClass ( ) : string Returns the class name of the object to check.
getSecuredObjectId ( Request $request ) : string Returns the id of the object to check.

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

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

Returns the locale for the given request.
public getLocale ( Request $request ) : string
$request Symfony\Component\HttpFoundation\Request
Результат string

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

Returns the class name of the object to check.
public getSecuredClass ( ) : string
Результат string

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

Returns the id of the object to check.
public getSecuredObjectId ( Request $request ) : string
$request Symfony\Component\HttpFoundation\Request
Результат string