API17:JRegistryFormat::objectToString
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistryFormat::objectToString
Description
Converts an object into a formatted string.
Description:JRegistryFormat::objectToString [Edit Descripton]
Since
Synopsis
public JRegistryFormat::objectToString ($object, $options=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $object | object | Data Source Object. | |
| $options | array | null | An array of options for the formatter. |
Returns
string Formatted string.
Defined in
libraries/joomla/registry/format.php (line 68)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JRegistryFormat::objectToString
Examples
<CodeExamplesForm />
