Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2560 Rev 2604
Line 624... Line 624...
624
		}
624
		}
625
		return ($this->etreNull($valeurs)) ? null : $valeurs;
625
		return ($this->etreNull($valeurs)) ? null : $valeurs;
626
	}
626
	}
Line 627... Line 627...
627
 
627
 
-
 
628
	protected function obtenirSousTaxonsPourNt($referentiel, $nt) {
-
 
629
		$sous_taxons = array();
-
 
630
		// Certains référentiels n'ont pas de nt
628
	protected function obtenirSousTaxonsPourNt($referentiel, $nt) {
631
		if(!empty($nt) && is_numeric($nt) && $nt > 0) {
-
 
632
			$sous_taxons = $this->obtenirSousTaxons($referentiel, 'nt:'.$nt);
-
 
633
		}
629
		return $this->obtenirSousTaxons($referentiel, 'nt:'.$nt);
634
		return $sous_taxons;
Line 630... Line 635...
630
	}
635
	}
631
 
636
 
632
	protected function obtenirSousTaxonsPourNn($referentiel, $nn) {
637
	protected function obtenirSousTaxonsPourNn($referentiel, $nn) {