Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1806 Rev 1820
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
 * Service fournissant des informations concernant les commentaire de DEL au format RSS1, RSS2 ou ATOM.
4
 * Service fournissant des informations concernant les commentaire de DEL au format RSS1, RSS2 ou ATOM.
4
 * Encodage en entrée : utf8
-
 
5
 * Encodage en sortie : utf8
-
 
6
 *
5
 *
-
 
6
 * @category   DEL
-
 
7
 * @package    Services
-
 
8
 * @subpackage Syndication
-
 
9
 * @version    0.1
-
 
10
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
-
 
11
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
7
 * @author Aurélien PERONNET <aurelien@tela-botanica.org>
12
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
8
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
13
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
9
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
14
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
10
 * @version $Id$
-
 
11
 * @copyright 2010
15
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
12
 */
16
 */
13
class SyndicationCommentaires {
17
class SyndicationCommentaires {
Line 14... Line 18...
14
 
18
 
15
	private $mappingFiltre = array();
19
	private $mappingFiltre = array();