LdapTools\Log\LogOperation::setOperation PHP 메소드

setOperation() 공개 메소드

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;
    }