Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2461 Rev 2462
Line 1... Line 1...
1
<?php
1
<?php
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/**
3
/**
4
 * Service permettant d'insérer les informations fournie par le widget Saisie dans le CEL.
4
 * Service permettant d'insérer les informations fournie par le widget Saisie dans le CEL.
5
 * Encodage en entrée : utf8
-
 
6
 * Encodage en sortie : utf8
-
 
7
 *
5
 *
8
 * Cas d'utilisation :
6
 * Cas d'utilisation :
9
 * PUT /CelWidgetSaisie : ajout de données en les passant via $_POST
7
 * PUT /CelWidgetSaisie : ajout de données en les passant via $_POST
10
 *
8
 *
11
 * @internal   Mininum PHP version : 5.2
9
 * @internal   Mininum PHP version : 5.2
12
 * @category   CEL
10
 * @category   CEL
13
 * @package    Services
11
 * @package    Services
14
 * @subpackage Bibliothèques
12
 * @subpackage Widget
15
 * @version    0.1
13
 * @version    0.1
16
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
14
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
17
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
15
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
18
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
16
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
19
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
17
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>