API17:JRegistryFormat::stringToObject
From Joomla! Documentation
JRegistryFormat::stringToObject
Description
Converts a formatted string into an object.
Template: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
Referenced by
See also
Template:SeeAlso:JRegistryFormat::stringToObject
Examples
<CodeExamplesForm />