Support Joomla!

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 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 JRegistryFormatXML

Description

XML Format for JRegistry

  • since: 1.5

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

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 = ''])
Variables

Inherited Variables

Inherited from JObject

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

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

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::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()

Documentation generated on Mon, 22 Sep 2008 12:18:03 +0100 by phpDocumentor 1.3.1