Help

Help system class

since

1.5

package

Joomla CMS

Methods

createSiteList

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

createSiteList( pathToXml) : mixed||string|int
static
since

1.5

Arguments

pathToXml

stringPath to an XML file.

Response

array<string|int, mixed>An array of arrays (text, value, selected).

createUrl

Create a URL for a given help key reference

createUrl( ref,  useComponent = false,  override = null,  component = null) : 
static
since

1.5

Arguments

ref

stringThe name of the help screen (its key reference)

useComponent

boolUse the help file in the component directory

override

stringUse this URL instead of any other

component

stringName of component (or null for current component)

Response

string