|
| __construct ($sMicrotime) |
|
| display () |
|
plugin_gestionuser classe de gestion user
- Author
- Mika http://mkf.mkdevs.com/
Definition at line 23 of file plugin_debug.php.
static addChrono |
( |
|
$uLabel | ) |
|
|
static |
ajoute un chrono public
- Returns
- void
- Parameters
-
string | $uLabel | nom 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 | $uLabel | nom de la variable a afficher |
mixte | $uVar | la 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 | $uLabel | nom 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 | $uLabel | nom 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: