pQuery\TextNode::toString PHP Méthode

toString() public méthode

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