API17:JRegistryFormat
From Joomla! Documentation
JRegistryFormat
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | objectToString | Converts an object into a formatted string. |
| public | stringToObject | Converts a formatted string into an object. |
| public static | getInstance | Returns a reference to a Format object, only creating it if it doesn't already exist. |
- Defined in libraries/joomla/registry/format.php
- Extended by
Importing
jimport( 'joomla.registry.format' );
See also
JRegistryFormat source code on BitBucket
Subpackage Registry- Other versions of JRegistryFormat
User contributed notes
Code Examples