Esempio n. 1
0
 function init()
 {
     parent::init();
     $this->setElement('H2');
 }
Esempio n. 2
0
File: H5.php Progetto: atk4/atk4
 /**
  * Initialization.
  */
 public function init()
 {
     parent::init();
     $this->setElement('H5');
 }