JRegistryFormatPHP: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/registry/format/php.php | libraries/joomla/registry/format/php.php | ||
| Line 22: | Line 20: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JRegistryFormatPHP | category=JRegistryFormatPHP | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 02:00, 25 March 2017
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' );
Examples
Code Examples