Example #1
0
 public function __construct()
 {
     $this->default_handler = Option::None();
     $this->route = HttpRoute::getInstance();
     Event::addEventListener(self::EVENT_DYNAMIC_ROUTER_INIT, $this);
 }