API16

JRegistryFormat/objectToString: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:




{{subst:Description:JRegistryFormat/objectToString}}
 


===Syntax===
===Syntax===
Line 37: Line 37:




{{subst:SeeAlso:JRegistryFormat/objectToString}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=objectToString
  category=objectToString
  category=JRegistryFormat
  category=JRegistryFormat
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 02:00, 25 March 2017

Description

Converts an object into a formatted string



Syntax

objectToString($object, $params)
Parameter Name Default Value Description
$object $object Data Source Object
$params

Returns

string Formatted string

Defined in

libraries/joomla/registry/format.php

Importing

jimport( 'joomla.registry.format' );

Source Body



Examples

Code Examples