API15:JRegistryFormat
From Joomla! Documentation
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' );
Examples
Code Examples