JRegistryFormat/1.5
From Joomla! Documentation
[Edit Descripton] Description:JRegistryFormat
Defined in
libraries/joomla/registry/format.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| objectToString | Converts an object into a formatted string. |
| stringToObject | Converts an XML formatted string into an object. |
| getInstance | Returns a reference to a Format object, only creating it if it doesn't already exist. |
Importing
jimport( 'joomla.registry.format' );
See also
[Edit See Also] SeeAlso:JRegistryFormat
Examples
<CodeExamplesForm />