NomenuRules
Implements RulesInterfaceRule to process URLs without a menu item
since |
3.4 |
---|---|
package |
Joomla CMS |
Methods
__construct
Class constructor.
__construct(\Joomla\CMS\Component\Router\RouterView router) : mixed
since |
3.4 |
---|
Arguments
- router
\Joomla\CMS\Component\Router\RouterView
Router this rule belongs to
Response
mixed
build
Build a menu-less URL
build(array &query, array &segments) : void
since |
3.4 |
---|
Arguments
- query
array
The vars that should be converted- segments
array
The URL segments to create
parse
Parse a menu-less URL
parse(array &segments, array &vars) : void
since |
3.4 |
---|
Arguments
- segments
array
The URL segments to parse- vars
array
The vars that result from the segments
preprocess
Dummy method to fulfil the interface requirements
preprocess(array &query) : void
since |
3.4 |
---|
Arguments
- query
array
The query array to process