Class JApplicationWebRouterBase
Basic Web application router class for the Joomla Platform.
- JApplicationWebRouter
- JApplicationWebRouterBase
Direct known subclasses
Package: Joomla\Platform\Application
Deprecated: 3.7.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.2
Located at joomla/application/web/router/base.php
Deprecated: 3.7.0 Use the
joomla/router
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.2
Located at joomla/application/web/router/base.php
Methods summary
public
|
|
public
|
|
protected
string
|
#
parseRoute( string $route )
Parse the given route and return the name of a controller mapped to the given route. |
Methods inherited from JApplicationWebRouter
__construct()
,
execute()
,
fetchController()
,
setControllerPrefix()
,
setDefaultController()
Magic methods summary
Properties summary
protected
array
|
$maps |
#
An array of rules, each rule being an associative array('regex'=> $regex,
'vars' => $vars, 'controller' => $controller) |