Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1707 Rev 1795
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
 * Classe principale de chargement des sous-services d'accès aux infos sur les communes.
4
 * Classe principale de chargement des sous-services d'accès aux infos sur les communes.
4
 *
5
 *
5
 * Encodage en entrée : utf8
6
 * Encodage en entrée : utf8
6
 * Encodage en sortie : utf8
7
 * Encodage en sortie : utf8
7
 *
8
 *
8
 * @category	DEL
9
 * @category   DEL
9
 * @package		Services
10
 * @package    Services
10
 * @subpackage	Communes
11
 * @subpackage Communes
11
 * @version		0.1
12
 * @version    0.1
12
 * @author		Jennifer DHÉ <jennifer.dhe@tela-botanica.org>
13
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
13
 * @author		Delphine CAUQUIL <delphine@tela-botanica.org>
14
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
14
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
15
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
15
 * @license		GPL v3 <http://www.gnu.org/licenses/gpl.txt>
16
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
16
 * @license		CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
17
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
17
 * @copyright	©1999-2014, Tela Botanica (<accueil@tela-botanica.org>)
18
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
18
 */
19
 */
19
class Communes extends RestService {
20
class Communes extends RestService {
Line 20... Line 21...
20
 
21
 
21
	private $parametres = array();
22
	private $parametres = array();