Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1301 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
class ParametresResultats {
        public $typeResultat = 'determination';
        public $typeNom = '';
        public $masqueRecherche = '';
        public $reftaxCourant = 'bdtfx';
        public $projetImg = 'cel';
        /** Si "null", montre tous les résultats. Sinon, ne montre que le rang spécifié, par défaut les espèces (290). */
        public $rang = null;
}
?>