API17:JRegistryFormat::objectToString
From Joomla! Documentation
JRegistryFormat::objectToString
Description
Converts an object into a formatted string.
public function objectToString (
$object
$options=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $object | object | Data Source Object. | |
| $options | array | null | An array of options for the formatter. |
See also
JRegistryFormat::objectToString source code on BitBucket
Class JRegistryFormat
Subpackage Registry- Other versions of JRegistryFormat::objectToString
User contributed notes
Code Examples