Prado\Web\UI\WebControls\THtmlElement::getIsMutated PHP Метод

getIsMutated() публичный Метод

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