コード例 #1
0
ファイル: Router.php プロジェクト: pldin601/Predictions
 public function __construct()
 {
     $this->default_handler = Option::None();
     $this->route = HttpRoute::getInstance();
 }
コード例 #2
0
ファイル: Router.php プロジェクト: pldin601/HomeMusic
 public function __construct()
 {
     $this->default_handler = Option::None();
     $this->route = HttpRoute::getInstance();
     Event::addEventListener(self::EVENT_DYNAMIC_ROUTER_INIT, $this);
 }