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

getTagName() 보호된 메소드

protected getTagName ( ) : string
리턴 string tag name for the wizard
    protected function getTagName()
    {
        return 'div';
    }
TWizard