Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 859 Rev 884
Line 1... Line 1...
1
<?php
1
<?php
2
// ATTENTION ! Classe compatible uniquement avec nouveau format de bdd du cel //
2
// ATTENTION ! Classe compatible uniquement avec nouveau format de bdd du cel //
3
/**
3
/**
-
 
4
* PHP Version 5
-
 
5
*
-
 
6
* @category  PHP
-
 
7
* @package   jrest
-
 
8
* @author    David Delon <david.delon@clapas.net>
-
 
9
* @author    Aurélien Peronnet <aurelien@tela-botanica.org>
-
 
10
* @copyright 2010 Tela-Botanica
-
 
11
* @license   http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
-
 
12
* @version   SVN: <svn_id>
-
 
13
* @link      /doc/jrest/
-
 
14
*/
Line 4... Line -...
4
 
-
 
5
David Delon 2008
-
 
6
 
-
 
7
 Cecill / GPL V3
-
 
8
 
-
 
Line 9... Line -...
9
 */
-
 
10
 
-
 
11
// in : utf8
15
 
12
// out : utf8
16
 
-
 
17
/**
-
 
18
* InventoryObservationCount.php
-
 
19
*
13
/*
20
* in : utf8
14
 * InventoryObservationCount.php
21
* out : utf8
15
 *
22
*
16
 * Cas d'utilisation :
23
* Cas d'utilisation :
17
 * Service recherche du nombre a partir de divers critères
24
* Service recherche du nombre a partir de divers critères
18
 *
25
*
19
 * 2: Le service recherche le nombre d'images correspondant au critères demandé
26
* 2: Le service recherche le nombre d'images correspondant au critères demandé
20
 * 3: Le service renvoie le nombre calcule
27
* 3: Le service renvoie le nombre calcule
Line 21... Line 28...
21
*/
28
*/
22
class InventoryObservationCount extends Cel {
29
class InventoryObservationCount extends Cel {