API16

JRegistryFormatPHP: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JRegistryFormatPHP}}
===Defined in===
===Defined in===
libraries/joomla/registry/format/php.php
libraries/joomla/registry/format/php.php
Line 22: Line 20:




{{subst:SeeAlso:JRegistryFormatPHP}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JRegistryFormatPHP
  category=JRegistryFormatPHP
  category=CodeExample
  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