Line 69... |
Line 69... |
69 |
extract($this->parametres);
|
69 |
extract($this->parametres);
|
70 |
$this->carte = (isset($carte) ? $carte : self::SERVICE_CARTO_ACTION_DEFAUT);
|
70 |
$this->carte = (isset($carte) ? $carte : self::SERVICE_CARTO_ACTION_DEFAUT);
|
71 |
$this->utilisateur = (isset($utilisateur) ? $utilisateur : '*');
|
71 |
$this->utilisateur = (isset($utilisateur) ? $utilisateur : '*');
|
72 |
$this->projet = (isset($projet) ? $projet : '*');
|
72 |
$this->projet = (isset($projet) ? $projet : '*');
|
73 |
$this->tag = (isset($tag) ? $tag : '*');
|
73 |
$this->tag = (isset($tag) ? $tag : '*');
|
- |
|
74 |
$this->tag = (isset($motcle) ? $motcle : $this->tag);
|
74 |
$this->dept = (isset($dept) ? $dept : '*');
|
75 |
$this->dept = (isset($dept) ? $dept : '*');
|
75 |
$this->commune = (isset($commune) ? $commune : '*');
|
76 |
$this->commune = (isset($commune) ? $commune : '*');
|
76 |
$this->num_taxon = (isset($num_taxon) ? $num_taxon : '*');
|
77 |
$this->num_taxon = (isset($num_taxon) ? $num_taxon : '*');
|
77 |
$this->date = (isset($date) ? $date : '*');
|
78 |
$this->date = (isset($date) ? $date : '*');
|
78 |
$this->taxon = (isset($taxon) ? $taxon : '*');
|
79 |
$this->taxon = (isset($taxon) ? $taxon : '*');
|