Subversion Repositories eFlore/Applications.coel

Rev

Rev 1831 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1831 Rev 1833
Line 38... Line 38...
38
	public function extraireParametres() {
38
	public function extraireParametres() {
39
		extract($this->parametres);
39
		extract($this->parametres);
40
		$this->carte  = (isset($carte) ? $carte : self::SERVICE_CARTO_ACTION_DEFAUT);
40
		$this->carte  = (isset($carte) ? $carte : self::SERVICE_CARTO_ACTION_DEFAUT);
41
		$this->departement =  (isset($dept) ? $dept : '*');
41
		$this->departement =  (isset($dept) ? $dept : '*');
42
		$this->pays =  (isset($pays) ? $pays : '*');
42
		$this->pays =  (isset($pays) ? $pays : '*');
43
		$this->clustering =  (isset($clustering) ? boolval($clustering) : $this->clustering);
43
		$this->clustering =  (isset($clustering) ? (bool)$clustering : $this->clustering);
44
	}
44
	}
Line 45... Line 45...
45
	
45
	
46
	/**
46
	/**
47
	 * Carte par défaut
47
	 * Carte par défaut