/**
* {@inheritdoc}
*/
public function getRoutesByPattern($pattern) { return $this->
getRouteProvider()->
getRoutesByPattern($pattern);
} /**
* {@inheritdoc}
*/
public function getAllRoutes() { return $this->
getRouteProvider()->
getAllRoutes();
} /**
* {@inheritdoc}
*/
public function reset() { // Don't call getRouteProvider as this is results in recursive rebuilds.
return $this->routeProvider->
reset();
} /**
* Determines if the router has been rebuilt.
*
* @return bool
* TRUE is the router has been rebuilt, FALSE if not.
*/