Prado\Web\UI\WebControls\THtmlElement::getIsMutated PHP Méthode

getIsMutated() public méthode

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