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

element:

Helloworld

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