| Line 4... |
Line 4... |
| 4 |
* Service permettant d'enregistrer dans le répertoire temporaire les images envoyées depuis le widget Saisie
|
4 |
* Service permettant d'enregistrer dans le répertoire temporaire les images envoyées depuis le widget Saisie
|
| 5 |
*
|
5 |
*
|
| 6 |
* Cas d'utilisation :
|
6 |
* Cas d'utilisation :
|
| 7 |
* POST /CelWidgetUploadImageTemp : écriture d'une image dans le répertoire temporaire
|
7 |
* POST /CelWidgetUploadImageTemp : écriture d'une image dans le répertoire temporaire
|
| 8 |
*
|
8 |
*
|
| - |
|
9 |
* @internal Mininum PHP version : 5.2
|
| - |
|
10 |
* @category CEL
|
| - |
|
11 |
* @package Services
|
| - |
|
12 |
* @subpackage Widget
|
| - |
|
13 |
* @version 0.1
|
| 9 |
* @author Mathias Chouet <mathias@tela-botanica.org>
|
14 |
* @author Mathias CHOUET <mathias@tela-botanica.org>
|
| - |
|
15 |
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
| - |
|
16 |
* @author Aurelien PERONNET <aurelien@tela-botanica.org>
|
| 10 |
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
|
17 |
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
|
| 11 |
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
|
18 |
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
|
| 12 |
* @version $Id$
|
- |
|
| 13 |
* @copyright © 2013, Tela-Botanica
|
19 |
* @copyright 1999-2014 Tela Botanica <accueil@tela-botanica.org>
|
| 14 |
*/
|
20 |
*/
|
| 15 |
class CelWidgetUploadImageTemp extends Cel {
|
21 |
class CelWidgetUploadImageTemp extends Cel {
|
| Line 16... |
Line 22... |
| 16 |
|
22 |
|
| 17 |
public function createElement($donnees) {
|
23 |
public function createElement($donnees) {
|