API17:JRegistryFormat::stringToObject
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::stringToObject
Description
Converts a formatted string into an object.
Description:JRegistryFormat::stringToObject [Edit Descripton]
Since
Synopsis
public JRegistryFormat::stringToObject ($data, $options=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | Formatted string | |
| $options | array | null | An array of options for the formatter. |
Returns
object Data Object
Defined in
libraries/joomla/registry/format.php (line 78)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JRegistryFormat::stringToObject
Examples
<CodeExamplesForm />
