Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1230 Rev 1565
Line 10... Line 10...
10
		$this->nns = $num_nom_selectionne;
10
		$this->nns = $num_nom_selectionne;
11
		$this->selectionne = new Nom($noms->getNom($this->nns));
11
		$this->selectionne = new Nom($noms->getNom($this->nns));
12
		$this->retenu = new Nom($taxons->getTaxon($this->nns));
12
		$this->retenu = new Nom($taxons->getTaxon($this->nns));
13
		$this->nnr = $this->retenu->get('id');
13
		$this->nnr = $this->retenu->get('id');
14
		$taxons_sup = $taxons->getTaxonsSup($this->nnr);
14
		$taxons_sup = $taxons->getTaxonsSup($this->nnr);
-
 
15
		if ($taxons_sup != false) {
15
		$this->taxons_sup = $taxons_sup[$this->nnr];
16
			$this->taxons_sup = $taxons_sup[$this->nnr];
16
		$this->retenu->setTaxonsSuperieurs($taxons_sup, $this->nnr);
17
			$this->retenu->setTaxonsSuperieurs($taxons_sup, $this->nnr);
-
 
18
		}
17
	}
19
	}
Line 18... Line 20...
18
 
20
 
19
	/**
21
	/**
20
	 * Retour le numéro du nom sélectionné courant.
22
	 * Retour le numéro du nom sélectionné courant.
Line 45... Line 47...
45
	public function getInpn() {
47
	public function getInpn() {
46
		return $this->selectionne->get('cd_nom');
48
		return $this->selectionne->get('cd_nom');
47
	}
49
	}
Line 48... Line 50...
48
 
50
 
49
}
-
 
50
?>
51
}
-
 
52
?>