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... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JRegistryFormat}} | |||
{{Description:JRegistryFormat}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 25: | Line 22: | ||
<source lang="php">jimport( 'joomla.registry.format' );</source> | <source lang="php">jimport( 'joomla.registry.format' );</source> | ||
{{subst:SeeAlso:JRegistryFormat}} | |||
{{SeeAlso:JRegistryFormat}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:20, 24 March 2017
{{subst:Description:JRegistryFormat}}
Defined in
libraries/joomla/registry/format.php
Methods
| Method name | Description |
|---|---|
| getInstance | Returns 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' );
{{subst:SeeAlso:JRegistryFormat}}
Examples
<CodeExamplesForm />