Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 951 Rev 961
Line 100... Line 100...
100
	private function chargerLegende() {
100
	private function chargerLegende() {
101
		foreach ($this->ontologies as $ontologie) {
101
		foreach ($this->ontologies as $ontologie) {
102
			if ($ontologie['classe_id'] == self::LEGENDE) {
102
			if ($ontologie['classe_id'] == self::LEGENDE) {
103
				$this->legende[] = array(
103
				$this->legende[] = array(
104
					'code' => $ontologie['code'],
104
					'code' => $ontologie['code'],
-
 
105
                    // TODO: cf story "uniformiser le séparateur de compléments d'ontologies"
105
					'couleur' => $ontologie['legende'],
106
					'couleur' => @$ontologie['legende'],
106
					'nom' => $ontologie['nom'],
107
					'nom' => $ontologie['nom'],
107
					'description' => $ontologie['description']);
108
					'description' => $ontologie['description']);
108
			}
109
			}
109
		}
110
		}
110
	}
111
	}