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();
    }