\JRegistryFormatPHP
PHP class format handler for JRegistry
Synopsis
class JRegistryFormatPHP
extends JRegistryFormat
{
- // Inherited members from JRegistryFormat
- protected $instances;
- // methods
- public string objectToString()
- public stringToObject()
- protected array getArrayString()
- // Inherited methods from JRegistryFormat
- public static JRegistryFormat getInstance()
- public abstract string objectToString()
- public abstract stringToObject()
Hierarchy
Extends
Members
protected
- $instances — array
Methods
protected
- getArrayString() — Method to get an array as an exported string.
public
- objectToString() — Converts an object into a php class string.
- stringToObject() — Parse a PHP class 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.