PHP Interface LdapTools\Operation\Invoker\LdapOperationInvokerInterface

Author: Chad Sikorra ([email protected])
Afficher le fichier Open project: ldaptools/ldaptools

Méthodes publiques

Méthode Description
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 )

Method Details

addHandler() public méthode

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

execute() public méthode

public execute ( LdapTools\Operation\LdapOperationInterface $operation ) : mixed
$operation LdapTools\Operation\LdapOperationInterface
Résultat mixed

setConnection() public méthode

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

setEventDispatcher() public méthode

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

setLogger() public méthode

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