Home
last modified time | relevance | path

Searched refs:flattenAttributes (Results 1 – 2 of 2) sorted by relevance

/dports/finance/prestashop/prestashop/install/upgrade/classes/
H A DToolsInstall.php56 * @param bool $flattenAttributes Choose wether to flatten attributes
70 …public static function simpleXMLToArray($xml, $flattenValues = true, $flattenAttributes = true, $f… argument
94 …$value = static::simpleXMLToArray($child, $flattenValues, $flattenAttributes, $flattenChildren, $v…
122 if (!$flattenAttributes) {
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/
H A Dfunctions.php232 * @param boolean $flattenAttributes Choose wether to flatten attributes
247 function simpleXMLToArray($xml, $flattenValues = true, $flattenAttributes = true, $flattenChildren … argument
271 …$value = simpleXMLToArray($child, $flattenValues, $flattenAttributes, $flattenChildren, $valueKey,…
299 if (!$flattenAttributes) {