JRegistryFormatXML/1.5
From Joomla! Documentation
JRegistryFormatXML
Description
Description:JRegistryFormatXML [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _buildXMLstringLevel | Method to build a level of the XML string -- called recursively. |
| public | objectToString | Converts an object into an XML formatted string |
| public | stringToObject | Converts an XML formatted string into an object. |
- Defined in libraries/joomla/registry/format/xml.php
- Extends JRegistryFormat
Importing
jimport( 'joomla.registry.format.xml' );
See also
-
JRegistryFormatXML on api.joomla.org
-
JRegistryFormatXML source code on JoomlaCode
-
Subpackage Registry
- Other versions of JRegistryFormatXML
SeeAlso:JRegistryFormatXML [Edit See Also]
User contributed notes
<CodeExamplesForm />