Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1497 Rev 1510
Line 2... Line 2...
2
/**
2
/**
3
* Service fournissant la liste des relations "publication à personne".
3
* Service fournissant la liste des relations "publication à personne".
4
* Encodage en entrée : utf8
4
* Encodage en entrée : utf8
5
* Encodage en sortie : utf8
5
* Encodage en sortie : utf8
6
*
6
*
7
* PHP Version 5
-
 
8
*
-
 
9
* @category  PHP
7
* @category PHP 5.2
10
* @package   jrest_li
8
* @package jrest
11
* @author    aurelien <aurelien@tela-botanica.org>
9
* @author Aurélien PERONNET <aurelien@tela-botanica.org>
-
 
10
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
12
* @copyright 2009 Tela-Botanica
11
* @copyright © 2009, Tela Botanica
-
 
12
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
13
* @license   http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
13
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
14
* @version   SVN: <svn_id>
14
* @version $Id$
15
* @link      /doc/jrest/
15
* @link /doc/jrest/
16
*/
16
*/
17
class CoelPublicationAPersonne extends Coel {
17
class CoelPublicationAPersonne extends Coel {
Line 18... Line 18...
18
	
18