Pinq\Expressions\StaticFieldExpression::updateClassValue PHP 메소드

updateClassValue() 보호된 메소드

protected updateClassValue ( Expression $class )
$class Expression
    protected function updateClassValue(Expression $class)
    {
        return new self($class, $this->name);
    }