JRegistryFormat/objectToString: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
===Syntax=== | ===Syntax=== | ||
| Line 37: | Line 37: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=objectToString | category=objectToString | ||
category=JRegistryFormat | category=JRegistryFormat | ||
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