Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JRegistryFormatPHP

Description

PHP class format handler for JRegistry

  • since: 1.5

Located in /joomla/registry/format/php.php (line 25)

Class JObject   (Subpackage Base)

Abstract class JRegistryFormat
   
   Class JRegistryFormatPHP   (Subpackage Registry)
Method Summary
Method string objectToString ( &$object,  $params, object $object, array $param)
Method boolean stringToObject ()
Method void _getArrayString ( $a)
Variables

Inherited Variables

Inherited from JObject

Variable JObject::$_errors
Methods
objectToString (line 37)

Converts an object into a php class string.

  • NOTE: Only one depth level is supported.

  • return: Config class formatted string
  • since: 1.5
  • access: public
string objectToString ( &$object,  $params, object $object, array $param)
  • object $object: Data Source Object
  • array $param: Parameters used by the formatter
  • &$object
  • $params

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

Placeholder method

  • return: True
  • since: 1.5
  • access: public
boolean stringToObject ()

Redefinition of:
JRegistryFormat::stringToObject()
Converts an XML formatted string into an object
_getArrayString (line 68)
void _getArrayString ( $a)
  • $a

Inherited Methods

Inherited From JRegistryFormat

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

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()
Support Joomla!