JRegistryFormatPHP: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JRegistryFormatPHP}}
=... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JRegistryFormatPHP}} | |||
{{Description:JRegistryFormatPHP}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 24: | Line 21: | ||
<source lang="php">jimport( 'joomla.registry.format.php' );</source> | <source lang="php">jimport( 'joomla.registry.format.php' );</source> | ||
{{subst:SeeAlso:JRegistryFormatPHP}} | |||
{{SeeAlso:JRegistryFormatPHP}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:20, 24 March 2017
{{subst:Description:JRegistryFormatPHP}}
Defined in
libraries/joomla/registry/format/php.php
Methods
| Method name | Description |
|---|---|
| objectToString | Converts an object into a php class string.
NOTE: Only one depth level is supported. |
| stringToObject | Placeholder method |
Importing
jimport( 'joomla.registry.format.php' );
{{subst:SeeAlso:JRegistryFormatPHP}}
Examples
<CodeExamplesForm />