pQuery\DomNode::addASP PHP Method

addASP() public method

#php5
public addASP ( $tag = '', $text = '', $attributes = [], &$offset = null )
    function &addASP($tag = '', $text = '', $attributes = array(), &$offset = null)
    {
        #php5e
        return $this->addChild(new $this->childClass_ASP($this, $tag, $text, $attributes), $offset);
    }
DomNode