JRegistryFormatXML::stringToObject/1.5
From Joomla! Documentation
JRegistryFormatXML::stringToObject
Description
Converts an XML formatted string into an object.
Description:JRegistryFormatXML::stringToObject [Edit Descripton]
public function stringToObject ( $data $namespace='' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | XML Formatted String | |
| $namespace |
- Returns object Data Object
- Defined on line 34 of libraries/joomla/registry/format/xml.php
See also
-
JRegistryFormatXML::stringToObject on api.joomla.org
-
JRegistryFormatXML source code on JoomlaCode
-
Class JRegistryFormatXML
-
Subpackage Registry
- Other versions of JRegistryFormatXML::stringToObject
SeeAlso:JRegistryFormatXML::stringToObject [Edit See Also]
User contributed notes
<CodeExamplesForm />