\JRegistryFormatINI
INI format handler for JRegistry.
Synopsis
class JRegistryFormatINI
extends JRegistryFormat
{
- // members
- protected $cache;
- // Inherited members from JRegistryFormat
- protected $instances;
- // methods
- public string objectToString()
- public stringToObject()
- protected string getValueAsINI()
- // Inherited methods from JRegistryFormat
- public static JRegistryFormat getInstance()
- public abstract string objectToString()
- public abstract stringToObject()
Hierarchy
Extends
Members
protected
- $cache
—
array
Cache of processed data - $instances — array
Methods
protected
- getValueAsINI() — Method to get a value in an INI format.
public
- objectToString() — Converts an object into an INI formatted string - Unfortunately, there is no way to have ini values nested further than two levels deep. Therefore we will only go through the first two levels of the object.
- stringToObject() — Parse an INI 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.