示例#1
0
文件: Router.php 项目: fluxbb/core
 protected function getDispatcher()
 {
     if (!isset($this->dispatcher)) {
         $this->dispatcher = new Dispatcher\GroupCountBased($this->dataGenerator->getData());
     }
     return $this->dispatcher;
 }
示例#2
0
 public function getRouteData()
 {
     return $this->dataGenerator->getData();
 }