pQuery\DomNode::addText PHP 메소드

addText() 공개 메소드

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