LdapTools\Operation\Handler\OperationHandlerInterface::execute PHP Method

execute() public method

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