예제 #1
0
파일: Dispatcher.php 프로젝트: psfs/Core
 /**
  * Initializer method
  */
 public function init()
 {
     Logger::log('Dispatcher init');
     parent::init();
     $this->initiateStats();
     $this->setLocale();
     $this->bindWarningAsExceptions();
     $this->actualUri = $this->parser->getServer("REQUEST_URI");
     Logger::log('End dispatcher init');
 }