Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1666 Rev 1795
Line 1... Line 1...
1
<?php
1
<?php
2
/**
2
/**
3
* Description :
-
 
4
* Classe principale de chargement des services d'eFlore.
3
 * Classe principale de chargement des sous-services liés aux utilisateurs.
5
*
4
 *
6
* Encodage en entrée : utf8
5
 * @category   DEL
7
* Encodage en sortie : utf8
6
 * @package    Services
8
* @package eflore-projets
7
 * @subpackage Utilisateurs
-
 
8
 * @version    0.1
9
* @author Jennifer DHÉ <jennifer.dhe@tela-botanica.org>
9
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
10
* @author Delphine CAUQUIL <delphine@tela-botanica.org>
10
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
11
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
11
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
12
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
12
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
13
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
13
 * @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)
14
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
16
*/
15
 */
17
class Utilisateurs extends RestService {
16
class Utilisateurs extends RestService {
Line 18... Line 17...
18
 
17
 
19
 
18