Méthode |
Description |
|
execute ( LdapTools\Operation\LdapOperationInterface $operation ) : mixed |
Handle a given LDAP operation and return a response. |
|
setConnection ( LdapTools\Connection\LdapConnectionInterface $connection ) |
Set the LDAP connection to be used for the operation handler. |
|
setEventDispatcher ( LdapTools\Event\EventDispatcherInterface $dispatcher ) |
Set the event dispatcher to be used for the operation handler. |
|
setOperationDefaults ( LdapTools\Operation\LdapOperationInterface $operation ) |
Used to set any operation default values before the operation is started/executed. |
|
supports ( LdapTools\Operation\LdapOperationInterface $operation ) : boolean |
Given a LDAP operation return whether or not it is supported by the handler. |
|