LdapTools\Operation\Handler\OperationHandlerInterface::execute PHP Метод

execute() публичный Метод

Handle a given LDAP operation and return a response.
public execute ( LdapTools\Operation\LdapOperationInterface $operation ) : mixed
$operation LdapTools\Operation\LdapOperationInterface
Результат mixed
    public function execute(LdapOperationInterface $operation);