API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JRegistryFormatXML

Graphe d'héritage de JRegistryFormatXML:
Graphe de collaboration de JRegistryFormatXML:

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

JRegistryFormatXML::_buildXMLstringLevel ( object,
depth 
)

Method to build a level of the XML string -- called recursively

private

Paramètres:
object$objectObject that represents a node of the xml document
int$depthThe depth in the XML tree of the $object node
Renvoie:
string XML string

Références $i, et $item.

JRegistryFormatXML::objectToString ( &$  object,
params 
)

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.

public

Paramètres:
object$objectData Source Object
array$paramParameters used by the formatter
Renvoie:
string XML Formatted String

Références $item.

JRegistryFormatXML::stringToObject ( data,
namespace = '' 
)

Converts an XML formatted string into an object

public

Paramètres:
stringXML Formatted String
Renvoie:
object Data Object

Réimplémentée à partir de JRegistryFormat.


La documentation de cette classe a été générée à partir du fichier suivant :