Class JHelp

Description

Help system class

  • since: 1.5

Located in /libraries/cms/help/help.php (line 19)


	
			
Method Summary
 static array createSiteList (string $pathToXml)
 static string createURL (string $ref, [boolean $useComponent = false], [string $override = null], [string $component = null])
Methods
static createSiteList (line 176)

Builds a list of the help sites which can be used in a select option.

  • return: An array of arrays (text, value, selected).
  • since: 1.5
  • access: public
static array createSiteList (string $pathToXml)
  • string $pathToXml: Path to an XML file.
static createURL (line 33)

Create a URL for a given help key reference

  • since: 1.5
  • access: public
static string createURL (string $ref, [boolean $useComponent = false], [string $override = null], [string $component = null])
  • string $ref: The name of the help screen (its key reference)
  • boolean $useComponent: Use the help file in the component directory
  • string $override: Use this URL instead of any other
  • string $component: Name of component (or null for current component)

Documentation generated on Tue, 19 Nov 2013 15:04:14 +0100 by phpDocumentor 1.4.3