Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1700 Rev 1793
Line 2... Line 2...
2
/**
2
/**
3
 * Classe principale de chargement des services concernant les déterminations dans DEL.
3
 * Classe principale de chargement des services concernant les déterminations dans DEL.
4
 *
4
 *
5
 * Encodage en entrée : utf8
5
 * Encodage en entrée : utf8
6
 * Encodage en sortie : utf8
6
 * Encodage en sortie : utf8
-
 
7
 *
-
 
8
 * @category DEL
7
 * @package eflore-projets
9
 * @package Services
-
 
10
 * @subpackage Determinations
-
 
11
 * @version 0.1
8
 * @author Jennifer DHÉ <jennifer.dhe@tela-botanica.org>
12
 * @author Jennifer DHÉ <jennifer.dhe@tela-botanica.org>
9
 * @author Delphine CAUQUIL <delphine@tela-botanica.org>
13
 * @author Delphine CAUQUIL <delphine@tela-botanica.org>
10
 * @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
14
 * @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
11
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
15
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
12
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
16
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
13
 * @version 0.1
-
 
14
 * @copyright 1999-2011 Tela Botanica (accueil@tela-botanica.org)
17
 * @copyright 1999-2014 Tela Botanica <accueil@tela-botanica.org>
15
 */
18
 */
16
class Determinations extends RestService {
19
class Determinations extends RestService {
Line 17... Line 20...
17
 
20
 
18
	private $parametres = array();
21
	private $parametres = array();