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(string pathToXml) : array
static
| since |
1.5 |
|---|
Arguments
- pathToXml
stringPath to an XML file.
Response
arrayAn array of arrays (text, value, selected).
createUrl
Create a URL for a given help key reference
createUrl(string ref, bool useComponent = false, string override = null, string component = null) : string
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