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
string
Path 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
string
The name of the help screen (its key reference)- useComponent
bool
Use the help file in the component directory- override
string
Use this URL instead of any other- component
string
Name of component (or null for current component)
Response
string