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

Fonctions membres publiques

 __construct ($method)
 
 setAccessPathFrom (Kint_Object_Instance $parent)
 
 getValueShort ()
 
 getModifiers ()
 
 getAccessPath ()
 
 getParams ()
 
 getPhpDocUrl ()
 
- 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 ()
 
 getType ()
 
 getAccess ()
 
 getName ()
 
 getOperator ()
 
 getSize ()
 
 transplant (Kint_Object $new)
 

Champs de données

 $type = 'method'
 
 $filename
 
 $startline
 
 $endline
 
 $parameters = array()
 
 $abstract
 
 $final
 
 $internal
 
 $returntype = null
 
 $hints = array('callable', 'method')
 
 $showparams = true
 
- 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()
 

Attributs privés

 $paramcache = null
 

Membres hérités additionnels

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

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $method)
+ Voici le graphe d'appel pour cette fonction :

Documentation des fonctions membres

◆ getAccessPath()

getAccessPath ( )

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

+ Voici le graphe d'appel pour cette fonction :

◆ getModifiers()

getModifiers ( )

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

+ Voici le graphe d'appel pour cette fonction :

◆ getParams()

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

◆ getPhpDocUrl()

getPhpDocUrl ( )

◆ getValueShort()

getValueShort ( )

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

◆ setAccessPathFrom()

setAccessPathFrom ( Kint_Object_Instance  $parent)

Documentation des champs

◆ $abstract

$abstract

◆ $endline

$endline

◆ $filename

$filename

◆ $final

$final

◆ $hints

$hints = array('callable', 'method')

◆ $internal

$internal

◆ $paramcache

$paramcache = null
private

◆ $parameters

$parameters = array()

◆ $returntype

$returntype = null

◆ $showparams

$showparams = true

◆ $startline

$startline

◆ $type

$type = 'method'

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