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 FOFConfigDomainDispatcher
+ Graphe d'héritage de FOFConfigDomainDispatcher:

Fonctions membres publiques

 parseDomain (SimpleXMLElement $xml, array &$ret)
 
 get (&$configuration, $var, $default)
 

Documentation des fonctions membres

◆ get()

get ( $configuration,
  $var,
  $default 
)

Return a configuration variable

Paramètres
string&$configurationConfiguration variables (hashed array)
string$varThe variable we want to fetch
mixed$defaultDefault value
Renvoie
mixed The variable's value

Implémente FOFConfigDomainInterface.

Références $default.

◆ parseDomain()

parseDomain ( SimpleXMLElement  $xml,
array &  $ret 
)

Parse the XML data, adding them to the $ret array

Paramètres
SimpleXMLElement$xmlThe XML data of the component's configuration area
array&$retThe parsed data, in the form of a hash array
Renvoie
void

Implémente FOFConfigDomainInterface.

Références $key, $option, et $options.


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