Prado\Web\UI\WebControls\TDataListItemRenderer::getTagName PHP Méthode

getTagName() protected méthode

By default, the tag name is 'span'. You can override this method to provide customized tag names. If the tag name is empty, the opening and closing tag will NOT be rendered.
protected getTagName ( ) : string
Résultat string tag name of the control to be rendered
    protected function getTagName()
    {
        return 'span';
    }