◆ getTriggers()
◆ 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()
◆ 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 | $var | The XML string |
string | $parent_path | The 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 |
◆ $parse_method
$parse_method = 'SimpleXML' |
|
static |
La documentation de cette classe a été générée à partir du fichier suivant :
- XoopsCore25-2.5.11-Beta1/htdocs/class/libraries/vendor/kint-php/kint/src/Parser/Xml.php