PHP Класс LdapTools\Event\LdapOperationEvent

Автор: Chad Sikorra ([email protected])
Наследование: extends Event
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$connection LdapTools\Connection\LdapConnectionInterface
$operation LdapTools\Operation\LdapOperationInterface

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

Метод Описание
__construct ( string $name, LdapTools\Operation\LdapOperationInterface $operation, LdapTools\Connection\LdapConnectionInterface $connection )
getConnection ( ) : LdapTools\Connection\LdapConnectionInterface Get the LDAP connection that is executing the operation.
getOperation ( ) : LdapTools\Operation\LdapOperationInterface Get the LDAP operation being executed.

Описание методов

__construct() публичный Метод

public __construct ( string $name, LdapTools\Operation\LdapOperationInterface $operation, LdapTools\Connection\LdapConnectionInterface $connection )
$name string
$operation LdapTools\Operation\LdapOperationInterface
$connection LdapTools\Connection\LdapConnectionInterface

getConnection() публичный Метод

Get the LDAP connection that is executing the operation.
public getConnection ( ) : LdapTools\Connection\LdapConnectionInterface
Результат LdapTools\Connection\LdapConnectionInterface

getOperation() публичный Метод

Get the LDAP operation being executed.
public getOperation ( ) : LdapTools\Operation\LdapOperationInterface
Результат LdapTools\Operation\LdapOperationInterface

Описание свойств

$connection защищенное свойство

protected LdapConnectionInterface,LdapTools\Connection $connection
Результат LdapTools\Connection\LdapConnectionInterface

$operation защищенное свойство

protected LdapOperationInterface,LdapTools\Operation $operation
Результат LdapTools\Operation\LdapOperationInterface