Subversion Repositories eFlore/Applications.cel

Rev

Rev 2449 | Rev 2504 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2449 Rev 2462
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
 * Service fournissant des statistiques de l'application CEL au format texte (JSON).
4
 * Service fournissant des statistiques de l'application CEL au format texte (JSON).
4
 * Encodage en entrée : utf8
5
 * Encodage en entrée : utf8
5
 * Encodage en sortie : utf8
6
 * Encodage en sortie : utf8
6
 *
7
 *
7
 * Cas d'utilisation :
8
 * Cas d'utilisation :
8
 * /CelStatistiqueTxt/TypeDeStat : retourne les statistiques demandées
9
 * /CelStatistiqueTxt/TypeDeStat : retourne les statistiques demandées
9
 * Paramêtres :
10
 * Paramêtres :
10
 * utilisateur=courriel : retourne les statistiques d'un utilisateur donné.
11
 * utilisateur=courriel : retourne les statistiques d'un utilisateur donné.
11
 *
12
 *
-
 
13
 * @internal   Mininum PHP version : 5.2
-
 
14
 * @category   CEL
-
 
15
 * @package    Services
-
 
16
 * @subpackage Statistiques
-
 
17
 * @version    0.1
-
 
18
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
12
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
19
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
-
 
20
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
13
 * @license		GPL v3 <http://www.gnu.org/licenses/gpl.txt>
21
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
14
 * @license		CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
22
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
15
 * @version		$Id$
-
 
16
 * @copyright	Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
23
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
17
 */
24
 */
18
class CelStatistiqueTxt extends Cel {
25
class CelStatistiqueTxt extends Cel {
Line 19... Line 26...
19
 
26
 
20
	/**
27
	/**