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é
Référence de la classe ConfigHelperConfig
+ Graphe d'héritage de ConfigHelperConfig:

Fonctions membres publiques statiques

static getAllComponents ()
 
static hasComponentConfig ($component)
 
static getComponentsWithConfig ($authCheck=true)
 
static loadLanguageForComponents ($components)
 
static loadLanguageForComponent ($component)
 

Description détaillée

Components helper for com_config

Depuis
3.0

Documentation des fonctions membres

◆ getAllComponents()

static getAllComponents ( )
static

Get an array of all enabled components.

Renvoie
array
Depuis
3.0

Références $db, et $query.

◆ getComponentsWithConfig()

static getComponentsWithConfig (   $authCheck = true)
static

Returns an array of all components with configuration options. Optionally return only those components for which the current user has 'core.manage' rights.

Paramètres
boolean$authCheckTrue to restrict to components where current user has 'core.manage' rights.
Renvoie
array
Depuis
3.0

Références $component, et $user.

Référencé par ConfigViewApplicationHtml\render(), et ConfigViewComponentHtml\render().

◆ hasComponentConfig()

static hasComponentConfig (   $component)
static

Returns true if the component has configuration options.

Paramètres
string$componentComponent name
Renvoie
boolean
Depuis
3.0

Références $component, et JPATH_ADMINISTRATOR.

◆ loadLanguageForComponent()

static loadLanguageForComponent (   $component)
static

Load the sys language for the given component.

Paramètres
string$componentcomponent name.
Renvoie
void
Depuis
3.5

Références $component, $lang, JPATH_ADMINISTRATOR, JPATH_BASE, et null.

◆ loadLanguageForComponents()

static loadLanguageForComponents (   $components)
static

Load the sys language for the given component.

Paramètres
array$componentsArray of component names.
Renvoie
void
Depuis
3.0

Références $component.

Référencé par ConfigViewApplicationHtml\render().


La documentation de cette classe a été générée à partir du fichier suivant :