예제 #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();
 }