Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2446 Rev 2462
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
 * Service fournissant des urls vers des images de graphiques sur les statistiques de l'application CEL.
4
 * Service fournissant des urls vers des images de graphiques sur les statistiques de l'application CEL.
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
 * /CelStatistique/TypeDeGraph : retourne le graphique demandé
9
 * /CelStatistique/TypeDeGraph : retourne le graphique demandé
9
 * Paramêtres :
10
 * Paramêtres :
10
 * serveur=[0-9] : retourne le graphique demandé sur le serveur numéro 0 à 9 (voir http://code.google.com/intl/fr/apis/chart/docs/making_charts.html#enhancements )
11
 * serveur=[0-9] : retourne le graphique demandé sur le serveur numéro 0 à 9 (voir http://code.google.com/intl/fr/apis/chart/docs/making_charts.html#enhancements )
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 2009
23
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
17
 */
24
 */
18
class CelStatistique extends Cel {
25
class CelStatistique extends Cel {
Line 19... Line 26...
19
 
26
 
20
	/**
27
	/**