Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JRegistryFormatPHP

Description

PHP class format handler for JRegistry

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

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 ()
Methods
objectToString (line 38)

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 60)

Placeholder method

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

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

Inherited Methods

Inherited From JRegistryFormat

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

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 21:16:57 +0000 by phpDocumentor 1.3.1