RouterBase
Implements RouterInterfaceBase component routing class
abstract
| since |
3.3 |
|---|---|
| package |
Joomla CMS |
Methods
__construct
Class constructor.
__construct(\JApplicationCms app = null, \JMenu menu = null) : mixed
| since |
3.4 |
|---|
Arguments
- app
\JApplicationCmsApplication-object that the router should use- menu
\JMenuMenu-object that the router should use
Response
mixed
preprocess
Generic method to preprocess a URL
preprocess(array query) : array
| since |
3.3 |
|---|
Arguments
- query
arrayAn associative array of URL arguments
Response
arrayThe URL arguments to use to assemble the subsequent URL.
Properties
app
Application object to use in the router
| since |
3.4 |
|---|
Type(s)
\JApplicationCms