Exemplo n.º 1
0
 protected function getDispatcher()
 {
     if (!isset($this->dispatcher)) {
         $this->dispatcher = new Dispatcher\GroupCountBased($this->dataGenerator->getData());
     }
     return $this->dispatcher;
 }
Exemplo n.º 2
0
 public function getRouteData()
 {
     return $this->dataGenerator->getData();
 }