Exemplo n.º 1
0
 public function collectData(IdentifiableInterface $root)
 {
     $this->data = $this->enhanceData($this->repo->countRouteFiles($root));
     return true;
 }