API17:JRegistry::loadString
From Joomla! Documentation
JRegistry::loadString
Description
Load a string into the registry.
public function loadString (
$data
$format= 'JSON'
$options=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | string to load into the registry | |
| $format | string | 'JSON' | format of the string |
| $options | mixed | array() | Options used by the formatter |
See also
JRegistry::loadString source code on BitBucket
Class JRegistry
Subpackage Registry- Other versions of JRegistry::loadString
User contributed notes
Code Examples