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