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

element:

Helloworld

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