API16:JRegistryFormatXML
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JRegistryFormatXML
Contents |
Defined in
libraries/joomla/registry/format/xml.php
Methods
| Method name | Description |
|---|---|
| objectToString | Converts an object into an XML formatted string.
If more than two levels of nested groups are necessary, since INI is not useful, XML or another format should be used. |
| stringToObject | Parse a XML formatted string and convert it into an object. |
Importing
jimport( 'joomla.registry.format.xml' );
[Edit See Also] SeeAlso:JRegistryFormatXML
Examples
<CodeExamplesForm />
