API16

JRegistryFormat: Difference between revisions

From Joomla! Documentation

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




{{subst:SeeAlso:JRegistryFormat}}
 


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

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' );



Examples

Code Examples