PHP 인터페이스 Sulu\Component\Security\Authorization\AccessControl\SecuredObjectControllerInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
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