LdapTools\Log\LogOperation::setOperation PHP Method

setOperation() public method

Set the LDAP operation represented for this log.
public setOperation ( LdapTools\Operation\LdapOperationInterface $operation )
$operation LdapTools\Operation\LdapOperationInterface
    public function setOperation(LdapOperationInterface $operation)
    {
        $this->operation = $operation;
        return $this;
    }