Pinq\Expressions\StaticMethodCallExpression::__clone PHP Метод

__clone() публичный Метод

public __clone ( )
    public function __clone()
    {
        $this->class = clone $this->class;
        $this->name = clone $this->name;
        $this->arguments = self::cloneAll($this->arguments);
    }