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

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

public getTagName ( ) : string
Результат string the tag name of this control. Defaults to 'span'.
    public function getTagName()
    {
        return $this->_tagName !== null ? $this->_tagName : ($this->_tagName = $this->getDefaultTagName());
    }