Class JRouterAdministrator

Description

Class to create and parse routes

  • since: 1.5

Located in /libraries/cms/router/administrator.php (line 19)

JRouter
   |
   --JRouterAdministrator
Method Summary
 string build (string $url)
 array parse (JUri &$uri)
Variables
Methods
build (line 44)

Function to convert an internal URI to a route

  • return: The absolute search engine friendly URL
  • since: 1.5
  • access: public
string build (string $url)
  • string $url: The internal URL

Redefinition of:
JRouter::build()
Function to convert an internal URI to a route
parse (line 30)

Function to convert a route to an internal URI.

  • since: 1.5
  • access: public
array parse (JUri &$uri)
  • JUri &$uri: The uri.

Redefinition of:
JRouter::parse()
Function to convert a route to an internal URI

Inherited Methods

Inherited From JRouter

 JRouter::__construct()
 JRouter::attachBuildRule()
 JRouter::attachParseRule()
 JRouter::build()
 JRouter::buildRawRoute()
 JRouter::buildSefRoute()
 JRouter::createURI()
 JRouter::decodeSegments()
 JRouter::encodeSegments()
 JRouter::getInstance()
 JRouter::getMode()
 JRouter::getVar()
 JRouter::getVars()
 JRouter::parse()
 JRouter::parseRawRoute()
 JRouter::parseSefRoute()
 JRouter::processBuildRules()
 JRouter::processParseRules()
 JRouter::setMode()
 JRouter::setVar()
 JRouter::setVars()
 JRouter::_buildRawRoute()
 JRouter::_buildSefRoute()
 JRouter::_createURI()
 JRouter::_decodeSegments()
 JRouter::_encodeSegments()
 JRouter::_parseRawRoute()
 JRouter::_parseSefRoute()
 JRouter::_processBuildRules()
 JRouter::_processParseRules()

Documentation generated on Tue, 19 Nov 2013 14:53:36 +0100 by phpDocumentor 1.4.3