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 | |
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émente FOFConfigDomainInterface.
Références $default.
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émente FOFConfigDomainInterface.