예제 #1
0
파일: H2.php 프로젝트: xavocvijay/atkschool
 function init()
 {
     parent::init();
     $this->setElement('H2');
 }
예제 #2
0
파일: H5.php 프로젝트: atk4/atk4
 /**
  * Initialization.
  */
 public function init()
 {
     parent::init();
     $this->setElement('H5');
 }