API17:JRegistry::loadArray
From Joomla! Documentation
JRegistry::loadArray
Description
Load a associative array of values into the default namespace.
public function loadArray (
$array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $array | array | Associative array of value to load | |
| string | Thenameofthenamespace |
See also
JRegistry::loadArray source code on BitBucket
Class JRegistry
Subpackage Registry- Other versions of JRegistry::loadArray
User contributed notes
Code Examples