5 * @author Brad Anderson <javalizard@gmail.com>
6 * @link https://github.com/pradosoft/prado
7 * @copyright Copyright © 2005-2016 The PRADO Group
8 * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
9 * @package System.Web.UI.WebControls
15 * This is a simple class to enable your application to have headers but then have your
16 * theme be able to redefine the TagName
17 * This is also useful for the {@link TWebControlDecorator} (used by themes).
19 * @author Brad Anderson <javalizard@gmail.com>
20 * @package System.Web.UI.WebControls
24 class THeader3 extends THtmlElement {
27 * @return string tag name
29 public function getDefaultTagName()