Line 95... |
Line 95... |
95 |
$this->carte = (isset($carte) ? $carte : self::SERVICE_CARTO_ACTION_DEFAUT);
|
95 |
$this->carte = (isset($carte) ? $carte : self::SERVICE_CARTO_ACTION_DEFAUT);
|
96 |
$this->utilisateur = (isset($utilisateur) ? $utilisateur : '*');
|
96 |
$this->utilisateur = (isset($utilisateur) ? $utilisateur : '*');
|
97 |
$this->projet = (isset($projet) ? $projet : '*');
|
97 |
$this->projet = (isset($projet) ? $projet : '*');
|
98 |
$this->tag = (isset($tag) ? $tag : '*');
|
98 |
$this->tag = (isset($tag) ? $tag : '*');
|
99 |
$this->tag = (isset($motcle) ? $motcle : $this->tag);
|
99 |
$this->tag = (isset($motcle) ? $motcle : $this->tag);
|
100 |
$this->standard = (isset($standard)) ? $standard : '1';
|
100 |
if (isset($standard)) {
|
- |
|
101 |
$this->standard = '1';
|
- |
|
102 |
} elseif (isset($projet) && in_array($projet, array("sauvages", "messicoles",
|
- |
|
103 |
"arbres-tetards", "arbres-remarquables","missions-flore", "tb_lichensgo", "tb_streets", "bellesdemarue"))) {
|
- |
|
104 |
$this->standard = '0';
|
- |
|
105 |
} else {
|
- |
|
106 |
$this->standard = '1';
|
- |
|
107 |
}
|
101 |
$this->dept = (isset($dept) ? $dept : '*');
|
108 |
$this->dept = (isset($dept) ? $dept : '*');
|
102 |
$this->commune = (isset($commune) ? $commune : '*');
|
109 |
$this->commune = (isset($commune) ? $commune : '*');
|
103 |
$this->pays = (isset($pays) ? $pays : '*');
|
110 |
$this->pays = (isset($pays) ? $pays : '*');
|
104 |
$this->num_nom_ret = (isset($num_nom_ret) ? $num_nom_ret : '*');
|
111 |
$this->num_nom_ret = (isset($num_nom_ret) ? $num_nom_ret : '*');
|
105 |
$this->date = (isset($date) ? $date : '*');
|
112 |
$this->date = (isset($date) ? $date : '*');
|