コード例 #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');
 }