Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 1269 Rev 1289
Line 1... Line 1...
1
<?php
1
<?php
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/**
3
/**
4
* Classe implémentant l'API d'eFlore Images pour le projet CEL.
4
 * Classe implémentant l'API d'eFlore Images pour le projet CEL.
5
*
5
 *
6
* @see http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=EfloreApi01Images
6
 * @see http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=EfloreApi01Images
7
*
7
 *
8
* @package eFlore/services
8
 * @package eFlore/services
9
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
9
 * @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
10
* @author Aurélien PERONNET <aurelien@tela-botanica.org>
10
 * @author Aurélien PERONNET <aurelien@tela-botanica.org>
11
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
11
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
12
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
12
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
13
* @version 1.0
13
 * @version 1.0
14
* @copyright 1999-2011 Tela Botanica (accueil@tela-botanica.org)
14
 * @copyright 1999-2011 Tela Botanica (accueil@tela-botanica.org)
15
*/
15
 */
16
// TODO : Config et Outils sont des classes statiques qui doivent poser des pb pour les tests...
16
// TODO : Config et Outils sont des classes statiques qui doivent poser des pb pour les tests...
17
class Images extends Commun {
17
class Images extends Commun {
568
}
567
}
569
?>
568
?>