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

Fonctions membres publiques

 __construct ()
 
 addRepresentation (Kint_Object_Representation $rep, $pos=null)
 
 replaceRepresentation (Kint_Object_Representation $rep, $pos=null)
 
 removeRepresentation ($name)
 
 getRepresentation ($name)
 
 getRepresentations ()
 
 clearRepresentations ()
 
 getType ()
 
 getModifiers ()
 
 getAccess ()
 
 getName ()
 
 getOperator ()
 
 getSize ()
 
 getValueShort ()
 
 getAccessPath ()
 
 transplant (Kint_Object $new)
 

Fonctions membres publiques statiques

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

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()
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( )

Documentation des fonctions membres

◆ addRepresentation()

addRepresentation ( Kint_Object_Representation  $rep,
  $pos = null 
)
+ Voici le graphe des appelants de cette fonction :

◆ blank()

static blank (   $name = null,
  $access_path = null 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ clearRepresentations()

clearRepresentations ( )
+ Voici le graphe des appelants de cette fonction :

◆ getAccess()

getAccess ( )
+ Voici le graphe des appelants de cette fonction :

◆ getAccessPath()

getAccessPath ( )

Réimplémentée dans Kint_Object_Method, et Kint_Object_Closure.

+ Voici le graphe des appelants de cette fonction :

◆ getModifiers()

getModifiers ( )

Réimplémentée dans Kint_Object_Method.

+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ getName()

getName ( )

Réimplémentée dans Kint_Object_Parameter.

+ Voici le graphe des appelants de cette fonction :

◆ getOperator()

getOperator ( )
+ Voici le graphe des appelants de cette fonction :

◆ getRepresentation()

getRepresentation (   $name)
+ Voici le graphe des appelants de cette fonction :

◆ getRepresentations()

getRepresentations ( )
+ Voici le graphe des appelants de cette fonction :

◆ getSize()

getSize ( )

Réimplémentée dans Kint_Object_Closure, et Kint_Object_Trace.

+ Voici le graphe des appelants de cette fonction :

◆ getType()

getType ( )

Réimplémentée dans Kint_Object_Instance, Kint_Object_Blob, Kint_Object_Parameter, Kint_Object_Resource, et Kint_Object_Trace.

+ Voici le graphe des appelants de cette fonction :

◆ getValueShort()

getValueShort ( )

Réimplémentée dans Kint_Object_Method, Kint_Object_Blob, Kint_Object_Throwable, Kint_Object_DateTime, et Kint_Object_Stream.

+ Voici le graphe des appelants de cette fonction :

◆ isSequential()

static isSequential ( array  $array)
static
+ Voici le graphe des appelants de cette fonction :

◆ removeRepresentation()

removeRepresentation (   $name)
+ Voici le graphe des appelants de cette fonction :

◆ replaceRepresentation()

replaceRepresentation ( Kint_Object_Representation  $rep,
  $pos = null 
)
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ sortByAccess()

static sortByAccess ( Kint_Object  $a,
Kint_Object  $b 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ sortByName()

static sortByName ( Kint_Object  $a,
Kint_Object  $b 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ transplant()

transplant ( Kint_Object  $new)

Réimplémentée dans Kint_Object_Blob, Kint_Object_Instance, et Kint_Object_Resource.

+ Voici le graphe des appelants de cette fonction :

Documentation des champs

◆ $access

$access = self::ACCESS_NONE

◆ $access_path

$access_path

◆ $const

$const = false

◆ $depth

$depth = 0

◆ $hints

$hints = array()

◆ $name

$name

◆ $owner_class

$owner_class

◆ $reference

◆ $representations

$representations = array()

◆ $size

$size = null

◆ $static

$static = false

◆ $type

$type

◆ $value

$value = null

◆ ACCESS_NONE

const ACCESS_NONE = null

◆ ACCESS_PRIVATE

const ACCESS_PRIVATE = 'private'

◆ ACCESS_PROTECTED

const ACCESS_PROTECTED = 'protected'

◆ ACCESS_PUBLIC

const ACCESS_PUBLIC = 'public'

◆ OPERATOR_ARRAY

const OPERATOR_ARRAY = '=>'

◆ OPERATOR_NONE

const OPERATOR_NONE = null

◆ OPERATOR_OBJECT

const OPERATOR_OBJECT = '->'

◆ OPERATOR_STATIC

const OPERATOR_STATIC = '::'

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