PHP 인터페이스 LdapTools\Operation\Handler\OperationHandlerInterface

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
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.

메소드 상세

execute() 공개 메소드

Handle a given LDAP operation and return a response.
public execute ( LdapTools\Operation\LdapOperationInterface $operation ) : mixed
$operation LdapTools\Operation\LdapOperationInterface
리턴 mixed

setConnection() 공개 메소드

Set the LDAP connection to be used for the operation handler.
public setConnection ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

setEventDispatcher() 공개 메소드

Set the event dispatcher to be used for the operation handler.
public setEventDispatcher ( LdapTools\Event\EventDispatcherInterface $dispatcher )
$dispatcher LdapTools\Event\EventDispatcherInterface

setOperationDefaults() 공개 메소드

Used to set any operation default values before the operation is started/executed.
public setOperationDefaults ( LdapTools\Operation\LdapOperationInterface $operation )
$operation LdapTools\Operation\LdapOperationInterface

supports() 공개 메소드

Given a LDAP operation return whether or not it is supported by the handler.
public supports ( LdapTools\Operation\LdapOperationInterface $operation ) : boolean
$operation LdapTools\Operation\LdapOperationInterface
리턴 boolean