Pinq\Expressions\UnaryOperationExpression::__construct PHP Метод

__construct() публичный Метод

public __construct ( $operator, Expression $operand )
$operand Expression
    public function __construct($operator, Expression $operand)
    {
        $this->operator = $operator;
        $this->operand = $operand;
    }