StandardRules
Implements RulesInterfaceRule for the standard handling of component routing
| 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\RouterViewRouter this rule belongs to
Response
mixed
build
Build a standard URL
build(array &query, array &segments) : void
| since |
3.4 |
|---|
Arguments
- query
arrayThe vars that should be converted- segments
arrayThe URL segments to create
parse
Parse the URL
parse(array &segments, array &vars) : void
| since |
3.4 |
|---|
Arguments
- segments
arrayThe URL segments to parse- vars
arrayThe vars that result from the segments
preprocess
Dummymethod to fullfill the interface requirements
preprocess(array &query) : void
| since |
3.4 |
|---|
Arguments
- query
arrayThe query array to process
Properties
router
Router this rule belongs to
| since |
3.4 |
|---|
Type(s)
\Joomla\CMS\Component\Router\RouterView