Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 379 Rev 380
Line 56... Line 56...
56
		return $resultat[$num_nom];
56
		return $resultat[$num_nom];
57
	}
57
	}
Line 58... Line 58...
58
	
58
	
59
	private function getTaxonsSuperieurs() {
59
	private function getTaxonsSuperieurs() {
60
		$num_nom = $this->nomCourant->getNomRetenu()->get('id');
60
		$num_nom = $this->nomCourant->getNomRetenu()->get('id');
Line 61... Line 61...
61
		$resultat = $this->taxons->getTaxonsSup($num_nom);
61
		$resultat = $this->nomCourant->getNomRetenu()->get('taxonsSup');
62
		
62
		
63
		return $resultat[$num_nom];
63
		return $resultat[$num_nom];
64
	}
64
	}
65
}
65
}