Prado\Web\UI\WebControls\THtmlElement::getIsMutated PHP Method

getIsMutated() public method

This tells you if this TagName has deviated from the original
public getIsMutated ( ) : boolean
return boolean true if TagName has deviated from the default.
    public function getIsMutated()
    {
        return $this->_tagName !== null && $this->_tagName != $this->getDefaultTagName();
    }