LdapTools\Resolver\BaseValueResolver::setOperation PHP Method

setOperation() public method

Set the LDAP operation being executed.
public setOperation ( LdapTools\Operation\LdapOperationInterface $operation = null )
$operation LdapTools\Operation\LdapOperationInterface
    public function setOperation(LdapOperationInterface $operation = null)
    {
        $this->operation = $operation;
    }