Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2449 Rev 2462
Line 1... Line 1...
1
<?php
1
<?php
2
// ATTENTION ! Classe compatible uniquement avec nouveau format de bdd du cel //
2
// declare(encoding='UTF-8');
3
 
-
 
4
/**
3
/**
5
 * Service fournissant des informations concernant les images du CEL au format RSS1, RSS2 ou ATOM.
4
 * Service fournissant des informations concernant les images du CEL au format RSS1, RSS2 ou ATOM.
6
 * Encodage en entrée : utf8
-
 
7
 * Encodage en sortie : utf8
-
 
-
 
5
 
8
 *
6
 *
-
 
7
 * @internal   Mininum PHP version : 5.2
-
 
8
 * @category   CEL
-
 
9
 * @package    Services
-
 
10
 * @subpackage Syndication
-
 
11
 * @version    0.1
-
 
12
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
9
 * @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
13
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
-
 
14
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
10
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
15
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
11
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
16
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
12
 * @version $Id$
-
 
13
 * @copyright 2010
17
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
14
 */
18
 */
15
// TODO : résoudre le problème des images liées à plusieurs obs. Cela créé plusieurs item avec le même id pour atom...
-
 
16
class CelSyndicationImage extends Cel {
19
class CelSyndicationImage extends Cel {
Line 17... Line 20...
17
 
20
 
18
	private $parametres_origines = null;
21
	private $parametres_origines = null;
19
	private $format = null;
22
	private $format = null;