PHP 클래스 Sulu\Component\Security\Authorization\SecurityCondition

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

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