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 FOFConfigProvider

Fonctions membres publiques

 parseComponent ($component, $force=false)
 
 get ($variable, $default=null)
 

Attributs publics statiques

static $configurations = array()
 

Fonctions membres protégées

 parseComponentArea ($component, $area)
 
 getDomains ()
 

Documentation des fonctions membres

◆ get()

get (   $variable,
  $default = null 
)

Returns the value of a variable. Variables use a dot notation, e.g. view.config.whatever where the first part is the domain, the rest of the parts specify the path to the variable.

Paramètres
string$variableThe variable name
mixed$defaultThe default value, or null if not specified
Renvoie
mixed The value of the variable

Références $class, $component, $default, et null.

Référencé par FOFDispatcher\__construct(), et FOFController\getTmpInstance().

◆ getDomains()

getDomains ( )
protected

Gets a list of the available configuration domain adapters

Renvoie
array A list of the available domains

Références $file, $files, et FOFPlatform\getInstance().

◆ parseComponent()

parseComponent (   $component,
  $force = false 
)

Parses the configuration of the specified component

Paramètres
string$componentThe name of the component, e.g. com_foobar
boolean$forceForce reload even if it's already parsed?
Renvoie
void

Références $component, $config, elseif, et FOFPlatform\getInstance().

◆ parseComponentArea()

parseComponentArea (   $component,
  $area 
)
protected

Parses the configuration options of a specific component area

Paramètres
string$componentWhich component's configuration to parse
string$areaWhich area to parse (frontend, backend, cli)
Renvoie
array A hash array with the configuration data

Références $class, $component, $data, $path, et FOFPlatform\getInstance().

Documentation des champs

◆ $configurations

$configurations = array()
static

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