Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1593 Rev 1795
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
* Description :
-
 
4
* Classe principale de chargement des services d'eFlore.
4
* Classe principale de chargement des sous-services de Plantnet.
5
*
5
*
6
* Encodage en entrée : utf8
6
 * @category   DEL
7
* Encodage en sortie : utf8
7
 * @package    Services
8
* @package eflore-projets
8
 * @subpackage Plantnet
-
 
9
 * @version    0.1
9
* @author Jennifer DHÉ <jennifer.dhe@tela-botanica.org>
10
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
10
* @author Delphine CAUQUIL <delphine@tela-botanica.org>
11
 * @author     Samuel DUFOUR-KOWALSKI <samuel.dufour@cirad.fr>
11
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
12
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
-
 
13
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
12
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
14
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
13
* @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>
14
* @version 0.1
-
 
15
* @copyright 1999-2011 Tela Botanica (accueil@tela-botanica.org)
16
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
16
*/
17
*/
17
class PlantNet extends RestService {
18
class PlantNet extends RestService {
Line 18... Line -...
18
 
-
 
19
	
-
 
20
	/*
-
 
21
	 * url possibles : 
-
 
22
	 * */
-
 
23
	
19
 
24
	private $parametres = array();
20
	private $parametres = array();
25
	private $ressources = array();
21
	private $ressources = array();
26
	private $methode = null;
22
	private $methode = null;
27
	private $projetNom = array();
23
	private $projetNom = array();