API17

API17:JRegistry::loadXML

From Joomla! Documentation

Joomla 11.1 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]
  • Returns boolean True on success
  • Defined on line 405 of libraries/joomla/registry/registry.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples