XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe Kint_SourceParser

Fonctions membres publiques statiques

static getFunctionCalls ($source, $line, $function)
 

Fonctions membres privées statiques

static realTokenIndex (array $tokens, $index, $direction)
 
static tokenIsOperator ($token)
 
static tokensToString (array $tokens)
 
static tokensTrim (array $tokens)
 
static tokensFormatted (array $tokens)
 

Attributs privés statiques

static $ignore
 
static $strip
 

Documentation des fonctions membres

◆ getFunctionCalls()

static getFunctionCalls (   $source,
  $line,
  $function 
)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ realTokenIndex()

static realTokenIndex ( array  $tokens,
  $index,
  $direction 
)
staticprivate
+ Voici le graphe des appelants de cette fonction :

◆ tokenIsOperator()

static tokenIsOperator (   $token)
staticprivate

We need a separate method to check if tokens are operators because we occasionally add "..." to short parameter versions. If we simply check for $token[0] then "..." will incorrectly match the "." operator.

Paramètres
array | string$tokenThe token to check
Renvoie
bool

◆ tokensFormatted()

static tokensFormatted ( array  $tokens)
staticprivate
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ tokensToString()

static tokensToString ( array  $tokens)
staticprivate

◆ tokensTrim()

static tokensTrim ( array  $tokens)
staticprivate
+ Voici le graphe des appelants de cette fonction :

Documentation des champs

◆ $ignore

$ignore
staticprivate
Valeur initiale :
= array(
T_CLOSE_TAG => true,
T_COMMENT => true,
T_DOC_COMMENT => true,
T_INLINE_HTML => true,
T_OPEN_TAG => true,
T_OPEN_TAG_WITH_ECHO => true,
T_WHITESPACE => true,
)

◆ $strip

$strip
staticprivate
Valeur initiale :
= array(
'(' => true,
')' => true,
'[' => true,
']' => true,
'{' => true,
'}' => true,
T_OBJECT_OPERATOR => true,
T_DOUBLE_COLON => true,
)

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