![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de FOFConfigDomainInterface:Fonctions membres publiques | |
| parseDomain (SimpleXMLElement $xml, array &$ret) | |
| get (&$configuration, $var, $default) | |
| get | ( | & | $configuration, |
| $var, | |||
| $default | |||
| ) |
Return a configuration variable
| string | &$configuration | Configuration variables (hashed array) |
| string | $var | The variable we want to fetch |
| mixed | $default | Default value |
Implémenté dans FOFConfigDomainViews, FOFConfigDomainTables, et FOFConfigDomainDispatcher.
| parseDomain | ( | SimpleXMLElement | $xml, |
| array & | $ret | ||
| ) |
Parse the XML data, adding them to the $ret array
| SimpleXMLElement | $xml | The XML data of the component's configuration area |
| array | &$ret | The parsed data, in the form of a hash array |
Implémenté dans FOFConfigDomainDispatcher, FOFConfigDomainTables, et FOFConfigDomainViews.