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');
 }