XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe Kint_Parser_Xml
+ Graphe d'héritage de Kint_Parser_Xml:
+ Graphe de collaboration de Kint_Parser_Xml:

Fonctions membres publiques

 getTypes ()
 
 getTriggers ()
 
 parse (&$var, Kint_Object &$o, $trigger)
 
- Fonctions membres publiques hérités de Kint_Parser_Plugin
 setParser (Kint_Parser $p)
 

Attributs publics statiques

static $parse_method = 'SimpleXML'
 

Fonctions membres protégées statiques

static xmlToSimpleXML ($var, $parent_path)
 
static xmlToDOMDocument ($var, $parent_path)
 

Membres hérités additionnels

- Attributs protégés hérités de Kint_Parser_Plugin
 $parser
 

Documentation des fonctions membres

◆ getTriggers()

getTriggers ( )

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

◆ getTypes()

getTypes ( )

An array of types (As returned by gettype) for all data this plugin can operate on.

Renvoie
array List of types

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

◆ parse()

parse ( $var,
Kint_Object $o,
  $trigger 
)

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

+ Voici le graphe d'appel pour cette fonction :

◆ xmlToDOMDocument()

static xmlToDOMDocument (   $var,
  $parent_path 
)
staticprotected

Get the DOMDocument info.

The documentation of DOMDocument::loadXML() states that while you can call it statically, it will give an E_STRICT warning. On my system it actually gives an E_DEPRECATED warning, but it works so we'll just add an error-silencing '@' to the access path.

If it errors loading then we wouldn't have gotten this far in the first place.

Paramètres
string$varThe XML string
string$parent_pathThe path to the parent, in this case the XML string
Renvoie
array The root element DOMNode, the access path, and the root element name

◆ xmlToSimpleXML()

static xmlToSimpleXML (   $var,
  $parent_path 
)
staticprotected

Documentation des champs

◆ $parse_method

$parse_method = 'SimpleXML'
static

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