JRegistryFormat: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JRegistryFormat}}
===Defi... |
No edit summary |
||
| Line 21: | Line 21: | ||
|Converts an object into a formatted string | |Converts an object into a formatted string | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.registry.format' );</source> | <source lang="php">jimport( 'joomla.registry.format' );</source> | ||
Revision as of 17:39, 25 March 2010
[Edit Descripton] Template:Description:JRegistryFormat
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' );
[Edit See Also] Template:SeeAlso:JRegistryFormat
Examples
<CodeExamplesForm />