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

getTagName() protected méthode

Returns the tag name used for this control.
protected getTagName ( ) : string
Résultat string tag name of the control to be rendered
    protected function getTagName()
    {
        return $this->_tagName;
    }