Pinq\Expressions\FieldExpression::__clone PHP 메소드

__clone() 공개 메소드

public __clone ( )
    public function __clone()
    {
        $this->value = clone $this->value;
        $this->name = clone $this->name;
    }