JApplicationWebRouter
class JApplicationWebRouter
Class to define an abstract Web application router.
Methods
__construct(
JApplicationWeb $app,
JInput $input = null)
Constructor.
mixed
execute(
string $route)
Find and execute the appropriate controller based on a given route.
setControllerPrefix(
string $prefix)
Set the controller name prefix.
setDefaultController(
string $name)
Set the default controller name.