Prado\Web\UI\WebControls\THtmlElement::getDefaultTagName PHP 메소드

getDefaultTagName() 공개 메소드

This is the default tag when no other is specified
public getDefaultTagName ( ) : string
리턴 string the default tag
    public function getDefaultTagName()
    {
        return 'span';
    }