RouterBase
Implements RouterInterfaceBase component routing class
abstract
since |
3.3 |
---|---|
package |
Joomla CMS |
Methods
__construct
Class constructor.
__construct(\Joomla\CMS\Application\CMSApplication app = null, \Joomla\CMS\Menu\AbstractMenu menu = null) : mixed
since |
3.4 |
---|
Arguments
- app
\Joomla\CMS\Application\CMSApplication
Application-object that the router should use- menu
\Joomla\CMS\Menu\AbstractMenu
Menu-object that the router should use
Response
mixed
preprocess
Generic method to preprocess a URL
preprocess(array query) : array
since |
3.3 |
---|
Arguments
- query
array
An associative array of URL arguments
Response
array
The URL arguments to use to assemble the subsequent URL.