LdapTools\Log\LogOperation::__construct PHP Method

__construct() public method

public __construct ( LdapTools\Operation\LdapOperationInterface $operation )
$operation LdapTools\Operation\LdapOperationInterface
    public function __construct(LdapOperationInterface $operation)
    {
        $this->operation = $operation;
    }