Pinq\Expressions\BinaryOperationExpression::__clone PHP Méthode

__clone() public méthode

public __clone ( )
    public function __clone()
    {
        $this->leftOperand = clone $this->leftOperand;
        $this->rightOperand = clone $this->rightOperand;
    }