JRegistryFormat/1.5
From Joomla! Documentation
JRegistryFormat
Description
Description:JRegistryFormat [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | objectToString | Converts an object into a formatted string. |
| public | stringToObject | Converts an XML formatted string into an object. |
| public | getInstance | Returns a reference to a Format object, only creating it if it doesn't already exist. |
- Defined in libraries/joomla/registry/format.php
- Extends JObject
- Extended by
Importing
jimport( 'joomla.registry.format' );
See also
-
JRegistryFormat on api.joomla.org
-
JRegistryFormat source code on JoomlaCode
-
Subpackage Registry
- Other versions of JRegistryFormat
SeeAlso:JRegistryFormat [Edit See Also]
User contributed notes
<CodeExamplesForm />