API15:JRegistryFormat
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:JRegistryFormat
Contents |
Defined in
libraries/joomla/registry/format.php
Methods
| Method name | Description |
|---|---|
| getInstance | Returns a reference to a Format object, only creating it if it doesn't already exist. |
| stringToObject | Converts an XML formatted string into an object |
| objectToString | Converts an object into a formatted string |
Importing
jimport( 'joomla.registry.format' );
[Edit See Also] SeeAlso:JRegistryFormat
Examples
<CodeExamplesForm />
