PHP Класс Sulu\Component\Security\Event\PermissionUpdateEvent

Наследование: extends Symfony\Component\EventDispatcher\Event
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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