Class JRouterInstallation

Description

Class to create and parse routes

  • since: 1.5

Located in /installation/application/router.php (line 17)

JRouter
   |
   --JRouterInstallation
Method Summary
 string build (string $url)
 boolean parse (JUri $url)
Variables
Methods
build (line 42)

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 28)

Function to convert a route to an internal URI

  • since: 1.5
  • access: public
boolean parse (JUri $url)
  • JUri $url: 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 15:12:23 +0100 by phpDocumentor 1.4.3