API17:JRegistryFormat::objectToString
From Joomla! Documentation
JRegistryFormat::objectToString
Description
Converts an object into a formatted string.
{{subst:Description:JRegistryFormat::objectToString}}
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
{{subst:SeeAlso:JRegistryFormat::objectToString}}
User contributed notes
<CodeExamplesForm />