Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ConfigHelper
+ Graphe d'héritage de ConfigHelper:

Fonctions membres publiques statiques

static getAllComponents ()
 
static hasComponentConfig ($component)
 
static getComponentsWithConfig ($authCheck=true)
 
static loadLanguageForComponents ($components)
 
static loadLanguageForComponent ($component)
 
- Fonctions membres publiques statiques hérités de ContentHelper
static addSubmenu ($vName)
 
static countRelations (&$items, $config)
 
static getActions ($component='', $section='', $id=0)
 
static getCurrentLanguage ($detectBrowser=true)
 
static getLanguageId ($langCode)
 

Membres hérités additionnels

- Fonctions membres publiques hérités de ContentHelper
 getRowData (Table $table)
 

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, $query, $result, et Factory\getDbo().

◆ 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, $result, $user, Text\_(), Factory\getUser(), et ApplicationHelper\stringURLSafe().

Référencé par HtmlView\display().

◆ 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, Factory\getLanguage(), JPATH_ADMINISTRATOR, et JPATH_BASE.

◆ 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 HtmlView\display().


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