JApplicationWebRouter::parseRoute
Parse the given route and return the name of a controller mapped to the given route.
Signature
protected function parseRoute(string
$routeĀ )
Parameters
-
$route
- The route string for which to find and execute a controller.
Returns
- string
- The controller name for the given route excluding prefix.