Class JRegistryFormatPHP

Description

PHP class format handler for JRegistry

  • since: 11.1

Located in /libraries/joomla/registry/format/php.php (line 19)

JRegistryFormat
   |
   --JRegistryFormatPHP
Method Summary
array getArrayString (array $a)
string objectToString (object $object, [array $params = array()])
object Data stringToObject (string $data, [array $options = array()])
Variables

Inherited Variables

Inherited from JRegistryFormat

JRegistryFormat::$instances
Methods
getArrayString (line 85)

Method to get an array as an exported string.

  • since: 11.1
  • access: protected
array getArrayString (array $a)
  • array $a: The array to get as a string.
objectToString (line 32)

Converts an object into a php class string.

  • NOTE: Only one depth level is supported.

  • return: Config class formatted string
  • since: 11.1
  • access: public
string objectToString (object $object, [array $params = array()])
  • object $object: Data Source Object
  • array $params: Parameters used by the formatter

Redefinition of:
JRegistryFormat::objectToString()
Converts an object into a formatted string.
stringToObject (line 71)

Parse a PHP class formatted string and convert it into an object.

  • return: object.
  • since: 11.1
  • access: public
object Data stringToObject (string $data, [array $options = array()])
  • string $data: PHP Class formatted string to convert.
  • array $options: Options used by the formatter.

Redefinition of:
JRegistryFormat::stringToObject()
Converts a formatted string into an object.

Inherited Methods

Inherited From JRegistryFormat

JRegistryFormat::getInstance()
JRegistryFormat::objectToString()
JRegistryFormat::stringToObject()

Documentation generated on Mon, 25 Jun 2012 13:58:39 -0500 by phpDocumentor 1.4.4