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