PHP Интерфейс LdapTools\Operation\Invoker\LdapOperationInvokerInterface

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект

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

Метод Описание
addHandler ( LdapTools\Operation\Handler\OperationHandlerInterface $handler )
execute ( LdapTools\Operation\LdapOperationInterface $operation ) : mixed
setConnection ( LdapTools\Connection\LdapConnectionInterface $connection )
setEventDispatcher ( LdapTools\Event\EventDispatcherInterface $dispatcher )
setLogger ( LdapTools\Log\LdapLoggerInterface $logger )

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

addHandler() публичный метод

public addHandler ( LdapTools\Operation\Handler\OperationHandlerInterface $handler )
$handler LdapTools\Operation\Handler\OperationHandlerInterface

execute() публичный метод

public execute ( LdapTools\Operation\LdapOperationInterface $operation ) : mixed
$operation LdapTools\Operation\LdapOperationInterface
Результат mixed

setConnection() публичный метод

public setConnection ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

setEventDispatcher() публичный метод

public setEventDispatcher ( LdapTools\Event\EventDispatcherInterface $dispatcher )
$dispatcher LdapTools\Event\EventDispatcherInterface

setLogger() публичный метод

public setLogger ( LdapTools\Log\LdapLoggerInterface $logger )
$logger LdapTools\Log\LdapLoggerInterface