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

element:

Helloworld

Inheritance: extends HtmlElement
Example #1
0
 function init()
 {
     parent::init();
     $this->setElement('H2');
 }
Example #2
0
File: H5.php Project: atk4/atk4
 /**
  * Initialization.
  */
 public function init()
 {
     parent::init();
     $this->setElement('H5');
 }