Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1110 → Rev 1111

/trunk/services/modules/0.1/chorodep/Noms.php
3,7 → 3,7
* Retourne la liste des noms répertoriés par le projet chorodep
*
* @package chorodep
* @author Tela Botanica <equipe-dev@tela-botanica.org>
* @author Mathias Chouet <mathias@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>
* @version 1.0
20,17 → 20,12
protected $tri;
protected $tri_dir;
 
public function __construct($config = null) {
parent::__construct($config);
protected function init() {
$this->masque = array();
$this->depart = 0;
$this->limite = 20;
$this->tri = 'nom_sci';
$this->tri_dir = 'ASC';
$this->init();
}
 
protected function init() {
$this->traiterVersionProjet();
$this->table = $this->table_version[0];
}