Class JRouterAdministrator

Description

Class to create and parse routes

  • since: 1.5

Located in /administrator/includes/router.php (line 18)

JObject
   |
   --JRouter
      |
      --JRouterAdministrator
Method Summary
string build ( $url, string $uri)
void parse ( &$uri)
Variables
Methods
build (line 36)

Function to convert an internal URI to a route

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

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

Function to convert a route to an internal URI

  • access: public
void parse ( &$uri)
  • &$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::getInstance()
JRouter::getMode()
JRouter::getVar()
JRouter::getVars()
JRouter::parse()
JRouter::setMode()
JRouter::setVar()
JRouter::setVars()
JRouter::_buildRawRoute()
JRouter::_buildSefRoute()
JRouter::_createURI()
JRouter::_decodeSegments()
JRouter::_encodeSegments()
JRouter::_parseRawRoute()
JRouter::_parseSefRoute()
JRouter::_processBuildRules()
JRouter::_processParseRules()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:59:18 -0500 by phpDocumentor 1.4.4