JRegistryFormat/1.5
From Joomla! Documentation
< JRegistryFormat(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 35: | Line 35: | ||
<source lang="php">jimport( 'joomla.registry.format' );</source> | <source lang="php">jimport( 'joomla.registry.format' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JRegistryFormat''' on [http://api.joomla.org/Joomla-Framework/Registry/JRegistryFormat.html api.joomla.org] | + | * {{JVer|1.5}} '''JRegistryFormat''' on [http://api.joomla.org/1.5/Joomla-Framework/Registry/JRegistryFormat.html api.joomla.org] |
* {{JVer|1.5}} '''JRegistryFormat source code''' on [[jframework15:registry/format.php|JoomlaCode]] | * {{JVer|1.5}} '''JRegistryFormat source code''' on [[jframework15:registry/format.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Registry/1.5|Registry]] | * {{JVer|1.5}} Subpackage [[Subpackage Registry/1.5|Registry]] | ||
Latest revision as of 16:05, 13 February 2013
[edit]
JRegistryFormat
[edit] Description
Description:JRegistryFormat [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.registry.format' );
[edit] See also
-
JRegistryFormat on api.joomla.org
-
JRegistryFormat source code on JoomlaCode
-
Subpackage Registry
- Other versions of JRegistryFormat
SeeAlso:JRegistryFormat [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />