API17

API17:JRegistryFormatXml

From Joomla! Documentation

Joomla 11.1 JRegistryFormatXml

Description

Methods

Visibility Method name Description
public objectToString Converts an object into an XML formatted string.
public stringToObject Parse a XML formatted string and convert it into an object.
protected _getValueFromNode Method to get a PHP native value for a SimpleXMLElement object.
protected _getXmlChildren Method to build a level of the XML string -- called recursively.
  • Defined in libraries/joomla/registry/format/xml.php
  • Extends JRegistryFormat

Importing

jimport( 'joomla.registry.format.xml' );

See also


User contributed notes

Code Examples