Subversion Repositories eFlore/Applications.del

Rev

Rev 1788 | Rev 1818 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1788 Rev 1795
Line 1... Line 1...
1
<?php
1
<?php
2
/**
2
/**
3
* Description :
-
 
4
* Statistiques par année sur l'utilisation de Identiplante / Pictoflora
3
 * Statistiques par année sur l'utilisation de Identiplante / Pictoflora
5
*
4
 *
6
* Documentation: http://www.tela-botanica.org/wikini/DevInformatiques/wakka.php?wiki=AppliDelStats
5
 * Documentation: http://www.tela-botanica.org/wikini/DevInformatiques/wakka.php?wiki=AppliDelStats
7
* 
6
 *
8
* @author Mathias
7
 * @category   DEL
-
 
8
 * @package    Services
-
 
9
 * @subpackage Statistiques
-
 
10
 * @version    0.1
-
 
11
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
-
 
12
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
-
 
13
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
9
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
14
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
10
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
15
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
-
 
16
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
11
*/
17
 */
12
class Statistiques extends RestService {
18
class Statistiques extends RestService {
Line 13... Line 19...
13
 
19
 
Line 320... Line 326...
320
		);
326
		);
Line 321... Line 327...
321
 
327
 
322
		return $retour;
328
		return $retour;
323
	}
329
	}
324
}
-
 
325
?>
330
}