LdapTools\Connection\LdapConnection::execute PHP Method

execute() public method

public execute ( LdapTools\Operation\LdapOperationInterface $operation )
$operation LdapTools\Operation\LdapOperationInterface
    public function execute(LdapOperationInterface $operation)
    {
        $result = $this->config->getOperationInvoker()->execute($operation);
        $this->lastActivity = new \DateTime();
        return $result;
    }