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

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
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.

Method Details

getLocale() public méthode

Returns the locale for the given request.
public getLocale ( Request $request ) : string
$request Symfony\Component\HttpFoundation\Request
Résultat string

getSecuredClass() public méthode

Returns the class name of the object to check.
public getSecuredClass ( ) : string
Résultat string

getSecuredObjectId() public méthode

Returns the id of the object to check.
public getSecuredObjectId ( Request $request ) : string
$request Symfony\Component\HttpFoundation\Request
Résultat string