Prado\Web\UI\WebControls\THtmlElement::getDefaultTagName PHP Method

getDefaultTagName() public method

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