Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 1175 Rev 1299
Line 112... Line 112...
112
		} else {
112
		} else {
113
			$val = $this->consulterHref($url);
113
			$val = $this->consulterHref($url);
114
			self::$cache[$url] = $val;
114
			self::$cache[$url] = $val;
115
		}
115
		}
116
		$ontologie['niveau.code'] = $valeur;
116
		$ontologie['niveau.code'] = $valeur;
117
		$ontologie['niveau.libelle'] = $val->nom;
117
		$ontologie['niveau.libelle'] = $val->nom ?? '';
118
		$ontologie['niveau.href'] = $url;
118
		$ontologie['niveau.href'] = $url;
119
		return $ontologie;
119
		return $ontologie;
120
	}
120
	}
Line 121... Line 121...
121
	
121