API16:JRegistryFormat/objectToString
From Joomla! Documentation
Description
Converts an object into a formatted string
Template:Description:JRegistryFormat/objectToString
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
[Edit See Also] Template:SeeAlso:JRegistryFormat/objectToString
Examples
<CodeExamplesForm />