Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1814 → Rev 1815

/trunk/services/modules/0.1/nomstaxons/ListeTaxons.php
1,18 → 1,18
<?php
// declare(encoding='UTF-8');
/**
* Le web service récupère une liste de noms suivant un référentiel et un masque donné
* Web service récupèrant une liste de noms de taxons suivant un référentiel et un masque donné.
*
* @category php 5.2
* @package del
* @subpackage images
* @author Aurélien Peronnet <aurelien@tela-botanica.org>
* @author Grégoire Duché <gregoire@tela-botanica.org>
* @copyright Copyright (c) 2012, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id: Bdd.php 403 2012-02-22 14:35:20Z gduche $
* @see http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=ApiIdentiplante01Images
* @category DEL
* @package Services
* @subpackage NomsTaxons
* @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 ListeTaxons {