PHP 클래스 Sulu\Component\Security\Event\PermissionUpdateEvent

상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $type, string $identifier, string $securityIdentity )
getIdentifier ( ) : string Returns the identifier of the object for which the permissions have been updated.
getSecurityIdentity ( ) : string Returns the security identifier for which the permissions have been updated.
getType ( ) : string Returns the type of object for which the permissions have been updated.

메소드 상세

__construct() 공개 메소드

public __construct ( string $type, string $identifier, string $securityIdentity )
$type string
$identifier string
$securityIdentity string

getIdentifier() 공개 메소드

Returns the identifier of the object for which the permissions have been updated.
public getIdentifier ( ) : string
리턴 string

getSecurityIdentity() 공개 메소드

Returns the security identifier for which the permissions have been updated.
public getSecurityIdentity ( ) : string
리턴 string

getType() 공개 메소드

Returns the type of object for which the permissions have been updated.
public getType ( ) : string
리턴 string