Pinq\Expressions\FieldExpression::__clone PHP Method

__clone() public method

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