예제 #1
0
파일: Module.php 프로젝트: vfulco/YAWIK
 function onBootstrap()
 {
     self::$isLoaded = true;
 }
예제 #2
0
 public function init()
 {
     parent::init();
     // custom initialization code goes here
 }