pQuery\CdataNode::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 '<![CDATA[' . $this->text . ']]>';
    }