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 FOFUtilsConfigHelper

Fonctions membres publiques statiques

static loadComponentConfig ($component, $force=false)
 
static getComponentConfigurationValue ($component, $key, $default=null)
 

Attributs privés statiques

static $componentParams = array()
 

Description détaillée

A utility class to help you fetch component parameters without going through JComponentHelper

Documentation des fonctions membres

◆ getComponentConfigurationValue()

static getComponentConfigurationValue (   $component,
  $key,
  $default = null 
)
staticfinal

Retrieves the value of a component configuration parameter without going through JComponentHelper

Paramètres
string$componentThe component for loading the parameter value
string$keyThe key to retrieve
mixed$defaultThe default value to use in case the key is missing
Renvoie
mixed

Références $component, $default, et $key.

Référencé par FOFUtilsUpdate\findUpdatesJoomla(), FOFUtilsUpdate\getUpdateMethod(), et FOFUtilsUpdate\loadUpdatesClassic().

◆ loadComponentConfig()

static loadComponentConfig (   $component,
  $force = false 
)
staticfinal

Loads the component's configuration parameters so they can be accessed by getComponentConfigurationValue

Paramètres
string$componentThe component for loading the parameters
bool$forceShould I force-reload the configuration information?

Références $component, $db, FOFPlatform\getInstance(), et FOFUtilsIniParser\parse_ini_file().

Documentation des champs

◆ $componentParams

$componentParams = array()
staticprivate

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