Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 202 Rev 207
Line 112... Line 112...
112
			$this->infosPourTpl['noms'][$idNom] = $nom;
112
			$this->infosPourTpl['noms'][$idNom] = $nom;
113
		}
113
		}
114
	}
114
	}
Line 115... Line 115...
115
	
115
	
116
	private function definirMotsASurligner() {
-
 
117
		$masqueSansAccent = $this->manipulateurDeChaine->supprimerAccents($this->parametres->masqueRecherche);
116
	private function definirMotsASurligner() {
118
		$this->motsASurligner = explode(' ', $masqueSansAccent);
117
		$this->motsASurligner = explode(' ', $this->parametres->masqueRecherche);
Line 119... Line 118...
119
	}
118
	}
120
	
119
	
121
	private function surlignerMotsMasqueRecherche($nom) {
120
	private function surlignerMotsMasqueRecherche($nom) {