JRegistryFormatPHP::stringToObject
Parse a PHP class formatted string and convert it into an object.
Signature
public function stringToObject(string
$data,
array
$optionsĀ )
Parameters
-
$data
- PHP Class formatted string to convert.
-
$options
- Options used by the formatter.
Returns
- Data object.