$this->add('H1')->set('Welcome') ->sub('we really mean it!'); Syntactically, subtitle appears inside the

element:

Helloworld

Inheritance: extends HtmlElement
Exemplo n.º 1
0
 function init()
 {
     parent::init();
     $this->setElement('H2');
 }
Exemplo n.º 2
0
Arquivo: H5.php Projeto: atk4/atk4
 /**
  * Initialization.
  */
 public function init()
 {
     parent::init();
     $this->setElement('H5');
 }