\JRegistryFormatJSON
JSON format handler for JRegistry.
Synopsis
class JRegistryFormatJSON
extends JRegistryFormat
{
- // Inherited members from JRegistryFormat
- protected $instances;
- // methods
- public string objectToString()
- public stringToObject()
- // Inherited methods from JRegistryFormat
- public static JRegistryFormat getInstance()
- public abstract string objectToString()
- public abstract stringToObject()
Hierarchy
Extends
Members
protected
- $instances — array
Methods
public
- objectToString() — Converts an object into a JSON formatted string.
- stringToObject() — Parse a JSON formatted string and convert it into an object.
Inherited from JRegistryFormat
public
- getInstance() — Returns a reference to a Format object, only creating it if it doesn't already exist.
- objectToString() — Converts an object into a formatted string.
- stringToObject() — Converts a formatted string into an object.