pQuery\DomNode::getOuterText PHP Method

getOuterText() public method

Similar to JavaScript outerText, will return full (html formatted) node
public getOuterText ( ) : string
return string
    function getOuterText()
    {
        return html_entity_decode($this->toString(), ENT_QUOTES);
    }
DomNode