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 | loadComponentConfig ($component, $force=false) |
static | getComponentConfigurationValue ($component, $key, $default=null) |
Attributs privés statiques | |
static | $componentParams = array() |
A utility class to help you fetch component parameters without going through JComponentHelper
|
staticfinal |
Retrieves the value of a component configuration parameter without going through JComponentHelper
string | $component | The component for loading the parameter value |
string | $key | The key to retrieve |
mixed | $default | The default value to use in case the key is missing |
Références $component, $default, et $key.
Référencé par FOFUtilsUpdate\findUpdatesJoomla(), FOFUtilsUpdate\getUpdateMethod(), et FOFUtilsUpdate\loadUpdatesClassic().
|
staticfinal |
Loads the component's configuration parameters so they can be accessed by getComponentConfigurationValue
string | $component | The component for loading the parameters |
bool | $force | Should I force-reload the configuration information? |
Références $component, $db, FOFPlatform\getInstance(), et FOFUtilsIniParser\parse_ini_file().
|
staticprivate |