Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 291 Rev 293
Line 69... Line 69...
69
	public function getApiMetaDonnees() {
69
	public function getApiMetaDonnees() {
70
		$meta = new MetaDonnees();
70
		$meta = new MetaDonnees();
71
		return $meta;
71
		return $meta;
72
	}
72
	}
Line 73... Line 73...
73
 
73
 
74
	public function getNomCourrant() {
74
	public function getNomCourant() {
75
		if (!isset($this->partages['NomCourrant'])){
75
		if (!isset($this->partages['NomCourant'])){
76
			$nns = $this->getParametre('num_nom');
76
			$nns = $this->getParametre('num_nom');
77
			$noms = $this->getApiNoms();
77
			$noms = $this->getApiNoms();
78
			$taxons = $this->getApiTaxons();
78
			$taxons = $this->getApiTaxons();
79
			$this->partages['NomCourrant'] = new NomCourrant($nns, $noms, $taxons);
79
			$this->partages['NomCourant'] = new NomCourant($nns, $noms, $taxons);
80
		}
80
		}
81
		return $this->partages['NomCourrant'];
81
		return $this->partages['NomCourant'];
Line 82... Line 82...
82
	}
82
	}
83
 
83
 
84
	public function getUtilisateur() {
84
	public function getUtilisateur() {