LdapTools\Operation\Handler\OperationHandlerInterface::execute PHP Méthode

execute() public méthode

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