Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | getAllComponents () |
static | hasComponentConfig ($component) |
static | getComponentsWithConfig ($authCheck=true) |
static | loadLanguageForComponents ($components) |
static | loadLanguageForComponent ($component) |
Components helper for com_config
|
static |
|
static |
Returns an array of all components with configuration options. Optionally return only those components for which the current user has 'core.manage' rights.
boolean | $authCheck | True to restrict to components where current user has 'core.manage' rights. |
Références $component, et $user.
Référencé par ConfigViewApplicationHtml\render(), et ConfigViewComponentHtml\render().
|
static |
Returns true if the component has configuration options.
string | $component | Component name |
Références $component, et JPATH_ADMINISTRATOR.
|
static |
Load the sys language for the given component.
string | $component | component name. |
Références $component, $lang, JPATH_ADMINISTRATOR, JPATH_BASE, et null.
|
static |
Load the sys language for the given component.
array | $components | Array of component names. |
Références $component.
Référencé par ConfigViewApplicationHtml\render().