pQuery\CdataNode::toString PHP 메소드

toString() 공개 메소드

public toString ( $attributes = true, $recursive = true, $content_only = false )
    function toString($attributes = true, $recursive = true, $content_only = false)
    {
        return '<![CDATA[' . $this->text . ']]>';
    }