PHP Class Sulu\Component\Security\Event\PermissionUpdateEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Show file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

getIdentifier() public method

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

getSecurityIdentity() public method

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

getType() public method

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