Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2446 Rev 2458
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
* Classe renvoyant un petit bout de json contenant les dernières obs publiques d'un utilisateur
4
 * Service renvoyant au format JSON les dernières observations publiques d'un utilisateur.
4
* Utilisée par l'annuaire appelant les web services résumé de chaque application
5
 * Utilisée par l'annuaire appelant les web services résumé de chaque application.
5
*
6
 *
-
 
7
 * @internal   Mininum PHP version : 5.2
6
* @category  PHP
8
 * @category   CEL
7
* @package   papyrus_bp
9
 * @package    Services
-
 
10
 * @subpackage Observations
-
 
11
 * @version    0.1
8
* @author    aurelien <aurelien@tela-botanica.org>
12
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
9
* @copyright 2010 Tela-Botanica
13
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
-
 
14
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
-
 
15
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
10
* @license   http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
16
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
11
* @version   SVN: <svn_id>
-
 
12
* @link      /doc/papyrus_bp/
17
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
13
*/
18
 */
14
class Resume extends Cel {
19
class Resume extends Cel {
Line 15... Line 20...
15
 
20
 
16
	public function getElement($uid){
21
	public function getElement($uid){
17
		$idUtilisateurP = Cel::db()->proteger($uid[1]);
22
		$idUtilisateurP = Cel::db()->proteger($uid[1]);