Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 518 | Rev 574 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 518 Rev 543
Line 84... Line 84...
84
	public function getApiMetaDonnees() {
84
	public function getApiMetaDonnees() {
85
		$meta = new MetaDonnees();
85
		$meta = new MetaDonnees();
86
		return $meta;
86
		return $meta;
87
	}
87
	}
Line -... Line 88...
-
 
88
	
-
 
89
	public function getApiInformations() {
-
 
90
		$informations = new Informations();
-
 
91
		return $informations;
-
 
92
	}
88
 
93
 
89
	public function getNomCourant() {
94
	public function getNomCourant() {
90
		if (!isset($this->partages['NomCourant'])){
95
		if (!isset($this->partages['NomCourant'])){
91
			$nns = $this->getParametre('num_nom');
96
			$nns = $this->getParametre('num_nom');
92
			$noms = $this->getApiNoms();
97
			$noms = $this->getApiNoms();