Pinq\Expressions\TraversalExpression::updateValue PHP 메소드

updateValue() 최종 공개 메소드

final public updateValue ( Expression $value ) : static
$value Expression
리턴 static
    public final function updateValue(Expression $value)
    {
        if ($this->value === $value) {
            return $this;
        }
        return $this->updateValueExpression($value);
    }