Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 538 Rev 551
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
 * Service fournissant une liste d'images doublon.
4
 * Service fournissant une liste d'images doublon pour l'utilisateur qui s'authentifie.
4
 * Encodage en entrée : utf8
5
 * Encodage en entrée : utf8
5
 * Encodage en sortie : utf8
6
 * Encodage en sortie : utf8
6
 *
7
 *
7
 * Cas d'utilisation :
8
 * Cas d'utilisation :
8
 * /CelImageDoublon/Sortie/Utilisateur : images doublon d'un utilisateur.
9
 * /CelImageDoublon/Sortie : images doublon de l'utilisateur authentifié.
9
 *
10
 * 
10
 * Sortie = Type de sortie : html ou json. Par défaut : html
11
 * Sortie = Type de sortie : html ou json. Par défaut : html
-
 
12
 * 
-
 
13
 * Utilisateur :
11
 * Utilisateur = identifiant (= courriel) de l'utilisateur.
14
 * identifiant (= courriel) de l'utilisateur récupéré via une identification HTTP.
12
 *
15
 *
13
 * @author Jean-Pascal MILCENT <jpm@clapas.org>
16
 * @author Jean-Pascal MILCENT <jpm@clapas.org>
14
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
17
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
15
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
18
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
16
 * @version $Id$
19
 * @version $Id$