Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function hasRoute($name)
 {
     if (!$this->routeGenerator) {
         throw new \RuntimeException('RouteGenerator cannot be null');
     }
     return $this->routeGenerator->hasAdminRoute($this, $name);
 }