Class JRoute

Description

Route handling class

  • since: 11.1

Located in /libraries/joomla/methods.php (line 17)


	
			
Method Summary
static The _ (string $url, [boolean $xhtml = true], [integer $ssl = null])
Methods
static method _ (line 33)

Translates an internal Joomla URL to a humanly readible URL.

  • return: translated humanly readible URL.
  • since: 11.1
  • access: public
static The _ (string $url, [boolean $xhtml = true], [integer $ssl = null])
  • string $url: Absolute or Relative URI to Joomla resource.
  • boolean $xhtml: Replace & by & for XML compilance.
  • integer $ssl: Secure state for the resolved URI. 1: Make URI secure using global secure site URI. 0: Leave URI in the same secure state as it was passed to the function. -1: Make URI unsecure using the global unsecure site URI.

Documentation generated on Mon, 25 Jun 2012 13:57:22 -0500 by phpDocumentor 1.4.4