Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 2094 → Rev 2095

/branches/v1.10-sodium/services/bibliotheque/ResultatService.php
New file
0,0 → 1,21
<?php
// declare(encoding='UTF-8');
/**
* Classe contenant seulement le résultat d'un service.
*
* @category DEL
* @package Services
* @package Bibliotheque
* @version 0.1
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @author Aurelien PERONNET <aurelien@tela-botanica.org>
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
* @copyright 1999-2014 Tela Botanica <accueil@tela-botanica.org>
*/
class ResultatService {
public $mime = 'application/json';
public $encodage = 'utf-8';
public $corps = '';
}