PubdbRouter - JoomlaPubDB/PubDB GitHub Wiki

Class: \PubdbRouter

Namespace: [](../namespaces/default)


Summary:

Class PubdbRouter


Constants

  • No constants found

Properties


Methods


Details


Tags

Tag Version Description
since 3.3

Methods

public build() : array

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:

Parameters:
Type Name Description
$query

Returns: array - The URL arguments to use to assemble the subsequent URL.

Tags
Tag Version Description
since 3.3

public parse() : array

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:

Parameters:
Type Name Description
$segments

Returns: array - The URL attributes to be used by the application.

Tags
Tag Version Description
since 3.3

Top Namespaces


Reports


This document was automatically generated from source code comments on 2020-07-13 using phpDocumentor and fr3nch13/phpdoc-markdown

⚠️ **GitHub.com Fallback** ⚠️