JApplicationWebRouterBase::addMaps
Add a route map to the router. If the pattern already exists it will be overwritten.
Signature
public function addMaps(array
$mapsĀ )
Parameters
-
$maps
- A list of route maps to add to the router as $pattern => $controller.
Returns
- JApplicationWebRouter
- This object for method chaining.