pQuery\TextNode::toString PHP Метод

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

public toString ( $attributes = true, $recursive = true, $content_only = false )
    function toString($attributes = true, $recursive = true, $content_only = false)
    {
        return $this->text;
    }