pQuery\DomNode::addCDATA PHP Method

addCDATA() public method

#php5
public addCDATA ( $text, &$offset = null )
    function &addCDATA($text, &$offset = null)
    {
        #php5e
        return $this->addChild(new $this->childClass_CDATA($this, $text), $offset);
    }
DomNode