API17:JRegistry::loadXML
From Joomla! Documentation
JRegistry::loadXML
Description
Load an XML string into the registry into the given namespace [or default if a namespace is not given].
public function loadXML (
$data
$namespace=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | XML formatted string to load into the registry | |
| $namespace | string | null | Namespace to load the XML string into [optional] |
See also
JRegistry::loadXML source code on BitBucket
Class JRegistry
Subpackage Registry- Other versions of JRegistry::loadXML
User contributed notes
Code Examples