pQuery\DomNode::addDoctype PHP Method

addDoctype() public method

#php5
public addDoctype ( $dtd, &$offset = null )
    function &addDoctype($dtd, &$offset = null)
    {
        #php5e
        return $this->addChild(new $this->childClass_Doctype($this, $dtd), $offset);
    }
DomNode