Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
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

 objectToString ($object, $options=array())
 stringToObject ($data, $options=array())

Fonctions membres protégées

 getValueFromNode ($node)
 getXmlChildren (&$node, $var, $nodeName)

Additional Inherited Members

- Fonctions membres publiques statiques inherited from JRegistryFormat
static getInstance ($type)
- Attributs protégés statiques inherited from JRegistryFormat
static $instances = array()

Documentation des fonctions membres

JRegistryFormatXML::getValueFromNode (   $node)
protected

Method to get a PHP native value for a SimpleXMLElement object. – called recursively

Paramètres:
object$nodeSimpleXMLElement object for which to get the native value.
Renvoie:
mixed Native value of the SimpleXMLElement object.
Depuis:
11.1
JRegistryFormatXML::getXmlChildren ( $node,
  $var,
  $nodeName 
)
protected

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

Paramètres:
SimpleXMLElement&$nodeSimpleXMLElement object to attach children.
object$varObject that represents a node of the XML document.
string$nodeNameThe name to use for node elements.
Renvoie:
void
Depuis:
11.1

Références $n.

JRegistryFormatXML::objectToString (   $object,
  $options = array() 
)

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.
Paramètres:
object$objectData source object.
array$optionsOptions used by the formatter.
Renvoie:
string XML formatted string.
Depuis:
11.1

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

Références $options.

JRegistryFormatXML::stringToObject (   $data,
  $options = array() 
)

Parse a XML formatted string and convert it into an object.

Paramètres:
string$dataXML formatted string to convert.
array$optionsOptions used by the formatter.
Renvoie:
object Data object.
Depuis:
11.1

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

Références $data.


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