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 JRegistryFormatXML

Description

XML Format for JRegistry

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

Class JObject   (Subpackage Base)

Abstract class JRegistryFormat
   
   Class JRegistryFormatXML   (Subpackage Registry)
Method Summary
Method string objectToString ( &$object,  $params, object $object, array $param)
Method object Data stringToObject (string $data, [ $namespace = ''])
Methods
objectToString (line 49)

Converts an object into an XML formatted string - If more than two levels of nested groups are necessary, since INI is not useful, XML or another format should be used.

  • return: XML Formatted String
  • 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 35)

Converts an XML formatted string into an object

  • return: Object
  • access: public
object Data stringToObject (string $data, [ $namespace = ''])
  • string $data: XML Formatted String
  • $namespace

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:31:50 +0000 by phpDocumentor 1.3.1