Prado\Web\UI\WebControls\THtmlElement::getDefaultTagName PHP Méthode

getDefaultTagName() public méthode

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