Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | createURL ($ref, $useComponent=false, $override=null, $component=null) |
static | createSiteList ($pathToXml, $selected=null) |
|
static |
Builds a list of the help sites which can be used in a select option.
string | $pathToXml | Path to an XML file. |
string | $selected | Language tag to select (if exists). |
Références $list, et JFactory\getXML().
Référencé par JElementHelpsites\fetchElement(), et JFormFieldHelpsite\getOptions().
Create a URL for a given help key reference
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) |
Références $app, $lang, $params, $url, $user, $version, JText\_(), JFile\exists(), JFactory\getApplication(), JApplicationHelper\getComponentName(), JFactory\getLanguage(), JComponentHelper\getParams(), JFactory\getUser(), jimport(), et JPATH_BASE.
Référencé par JButtonHelp\_getCommand().