Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 146 Rev 160
Line 1... Line 1...
1
<?php
1
<?php
2
class ParametresResultats {
2
class ParametresResultats {
3
	public $type = 'determination';
3
	public $typeResultat = 'determination';
-
 
4
	public $typeNom = '';
4
	public $masqueRecherche = '';
5
	public $masqueRecherche = '';
5
	public $reftaxCourant = 'bdtfx';
6
	public $reftaxCourant = 'bdtfx';
6
	public $projetImg = 'cel';
7
	public $projetImg = 'cel';
7
}
8
}
8
?>
9
?>
9
10