pQuery\DomNode::addComment PHP Метод

addComment() публичный Метод

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