MkFramework
 All Data Structures Functions
Public Member Functions | Static Public Member Functions
plugin_debug Class Reference

Public Member Functions

 __construct ($sMicrotime)
 
 display ()
 

Static Public Member Functions

static addSpy ($uLabel, $uVar)
 
static addChrono ($uLabel)
 
static startChrono ($uLabel)
 
static stopChrono ($uLabel)
 
static microtime ($sMicrotime=null)
 

Detailed Description

plugin_gestionuser classe de gestion user

Author
Mika http://mkf.mkdevs.com/

Definition at line 23 of file plugin_debug.php.

Member Function Documentation

static addChrono (   $uLabel)
static

ajoute un chrono public

Returns
void
Parameters
string$uLabelnom du chrono

Definition at line 117 of file plugin_debug.php.

static addSpy (   $uLabel,
  $uVar 
)
static

ajoute dans la barre de debug l'affichage d'une variable (tableau,objet..) public

Returns
void
Parameters
string$uLabelnom de la variable a afficher
mixte$uVarla variable a afficher dans la barre

Definition at line 109 of file plugin_debug.php.

static startChrono (   $uLabel)
static

demarre un chrono (pour chronometre le temps d'un point A a un point B) public

Returns
void
Parameters
string$uLabelnom du chrono

Definition at line 126 of file plugin_debug.php.

static stopChrono (   $uLabel)
static

arrete le chrono de l'id passe (pour chronometre le temps d'un point A a un point B) public

Returns
void
Parameters
string$uLabelnom du chrono (qui doit etre le meme que le chrono demarre)

Definition at line 135 of file plugin_debug.php.


The documentation for this class was generated from the following file: