예제 #1
0
 /**
  * Construct
  */
 public function __construct()
 {
     parent::__construct();
     $this->initView();
     if (method_exists($this, 'initialize')) {
         $this->initialize();
     }
 }
예제 #2
0
파일: View.php 프로젝트: bearlord/kantphp2
 public function __construct()
 {
     parent::__construct();
     $this->dispatchInfo = KantRegistry::get('dispatchInfo');
 }