◆ __construct()
__construct |
( |
|
$max_depth = false , |
|
|
|
$c = null |
|
) |
| |
◆ addPlugin()
◆ applyPlugins()
Applies plugins for an object type.
- Paramètres
-
mixed | &$var | variable |
Kint_Object | &$o | Kint object parsed so far |
int | $trigger | The trigger to check for the plugins |
- Renvoie
- bool Continue parsing
◆ childHasPath()
◆ clearPlugins()
◆ getCleanArray()
getCleanArray |
( |
array |
$array | ) |
|
Returns an array without the recursion marker in it.
DO NOT pass an array that has had it's marker removed back into the parser, it will result in an extra recursion
- Paramètres
-
array | $array | Array potentially containing a recursion marker |
- Renvoie
- array Array with recursion marker removed
◆ haltParse()
◆ parse()
◆ parseArray()
◆ parseGeneric()
◆ parseObject()
◆ parseResource()
◆ parseString()
◆ parseUnknown()
◆ sortObjectProperties()
◆ $caller_class
◆ $marker
◆ $max_depth
◆ $object_hashes
◆ $parse_break
◆ $plugins
◆ TRIGGER_BEGIN
◆ TRIGGER_COMPLETE
const TRIGGER_COMPLETE = 14 |
◆ TRIGGER_DEPTH_LIMIT
const TRIGGER_DEPTH_LIMIT = 8 |
◆ TRIGGER_NONE
Plugin triggers.
These are constants indicating trigger points for plugins
BEGIN: Before normal parsing SUCCESS: After successful parsing RECURSION: After parsing cancelled by recursion DEPTH_LIMIT: After parsing cancelled by depth limit COMPLETE: SUCCESS | RECURSION | DEPTH_LIMIT
While a plugin's getTriggers may return any of these
◆ TRIGGER_RECURSION
const TRIGGER_RECURSION = 4 |
◆ TRIGGER_SUCCESS
const TRIGGER_SUCCESS = 2 |
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.php