XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
transplant (Kint_Object $new) | |
getType () | |
Fonctions membres publiques hérités de Kint_Object | |
__construct () | |
addRepresentation (Kint_Object_Representation $rep, $pos=null) | |
replaceRepresentation (Kint_Object_Representation $rep, $pos=null) | |
removeRepresentation ($name) | |
getRepresentation ($name) | |
getRepresentations () | |
clearRepresentations () | |
getModifiers () | |
getAccess () | |
getName () | |
getOperator () | |
getSize () | |
getValueShort () | |
getAccessPath () | |
Fonctions membres publiques statiques | |
static | sortByHierarchy ($a, $b) |
Fonctions membres publiques statiques hérités de Kint_Object | |
static | blank ($name=null, $access_path=null) |
static | isSequential (array $array) |
static | sortByAccess (Kint_Object $a, Kint_Object $b) |
static | sortByName (Kint_Object $a, Kint_Object $b) |
Champs de données | |
$type = 'object' | |
$classname | |
$hash | |
$filename | |
$startline | |
$hints = array('object') | |
Champs de données hérités de Kint_Object | |
const | ACCESS_NONE = null |
const | ACCESS_PUBLIC = 'public' |
const | ACCESS_PROTECTED = 'protected' |
const | ACCESS_PRIVATE = 'private' |
const | OPERATOR_NONE = null |
const | OPERATOR_ARRAY = '=>' |
const | OPERATOR_OBJECT = '->' |
const | OPERATOR_STATIC = '::' |
$name | |
$type | |
$static = false | |
$const = false | |
$access = self::ACCESS_NONE | |
$owner_class | |
$access_path | |
$reference = false | |
$size = null | |
$depth = 0 | |
$representations = array() | |
$value = null | |
$hints = array() | |
getType | ( | ) |
Réimplémentée à partir de Kint_Object.
|
static |
transplant | ( | Kint_Object | $new | ) |
Réimplémentée à partir de Kint_Object.
$classname |
$filename |
$hash |
$hints = array('object') |
$startline |
$type = 'object' |