Example #1
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     $this->routes = array();
     $this->routeManager->clear();
 }