Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2446 Rev 2462
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
 * Service fournissant des informations concernant le CEL au format RSS1, RSS2 ou ATOM.
4
 * Service fournissant des informations concernant le CEL au format RSS1, RSS2 ou ATOM.
4
 * Encodage en entrée : utf8
5
 * Encodage en entrée : utf8
5
 * Encodage en sortie : utf8
6
 * Encodage en sortie : utf8
6
 * Format du service :
7
 * Format du service :
Line 13... Line 14...
13
 *
14
 *
14
 * Les paramêtres :
15
 * Les paramêtres :
15
 *  - "start" indique le numéro du premier item à afficher
16
 *  - "start" indique le numéro du premier item à afficher
16
 *  - "limit" nombre d'items à afficher
17
 *  - "limit" nombre d'items à afficher
17
 *
18
 *
-
 
19
 * @internal   Mininum PHP version : 5.2
-
 
20
 * @category   CEL
-
 
21
 * @package    Services
-
 
22
 * @subpackage Syndication
-
 
23
 * @version    0.1
-
 
24
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
18
 * @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
25
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
-
 
26
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
19
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
27
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
20
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
28
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
21
 * @version $Id$
-
 
22
 * @copyright 2010
29
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
23
 */
30
 */
24
class CelSyndicationObservation extends Cel {
31
class CelSyndicationObservation extends Cel {
Line 25... Line 32...
25
 
32
 
26
	private $parametres_origines = null;
33
	private $parametres_origines = null;