Prado\Web\UI\WebControls\TDataListItemRenderer::getTagName PHP 메소드

getTagName() 보호된 메소드

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
리턴 string tag name of the control to be rendered
    protected function getTagName()
    {
        return 'span';
    }