Liste de tous les membres
Documentation des fonctions membres
JRegistryFormatXML::getValueFromNode |
( |
|
$node | ) |
|
|
protected |
Method to get a PHP native value for a SimpleXMLElement object. – called recursively
- Paramètres:
-
object | $node | SimpleXMLElement 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 | &$node | SimpleXMLElement object to attach children. |
object | $var | Object that represents a node of the XML document. |
string | $nodeName | The 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 | $object | Data source object. |
array | $options | Options 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 | $data | XML formatted string to convert. |
array | $options | Options 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 :