PubdbRouter - JoomlaPubDB/PubDB GitHub Wiki
Summary:
Class PubdbRouter
- No constants found
- File: site/router.php
- Package: Com_Pubdb
- Class Hierarchy:
- \Joomla\CMS\Component\Router\RouterBase
- \PubdbRouter
Tag | Version | Description |
---|---|---|
since | 3.3 |
public build( $query) : array
Summary
Build method for URLs This method is meant to transform the query parameters into a more human readable form. It is only executed when SEF mode is switched on.
Details:
- Inherited From: \PubdbRouter
Type | Name | Description |
---|---|---|
|
$query |
Returns: array - The URL arguments to use to assemble the subsequent URL.
Tag | Version | Description |
---|---|---|
since | 3.3 |
public parse( $segments) : array
Summary
Parse method for URLs This method is meant to transform the human readable URL back into query parameters. It is only executed when SEF mode is switched on.
Details:
- Inherited From: \PubdbRouter
Type | Name | Description |
---|---|---|
|
$segments |
Returns: array - The URL attributes to be used by the application.
Tag | Version | Description |
---|---|---|
since | 3.3 |
This document was automatically generated from source code comments on 2020-07-13 using phpDocumentor and fr3nch13/phpdoc-markdown