Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 574 Rev 769
Line 94... Line 94...
94
	public function getApiInformations() {
94
	public function getApiInformations() {
95
		$informations = new Informations();
95
		$informations = new Informations();
96
		return $informations;
96
		return $informations;
97
	}
97
	}
Line -... Line 98...
-
 
98
	
-
 
99
	public function getApiStatuts() {
-
 
100
		$statuts = new Statuts();
-
 
101
		return $statuts;
-
 
102
	}
98
 
103
 
99
	public function getNomCourant() {
104
	public function getNomCourant() {
100
		if (!isset($this->partages['NomCourant'])){
105
		if (!isset($this->partages['NomCourant'])){
101
			$nns = $this->getParametre('num_nom');
106
			$nns = $this->getParametre('num_nom');
102
			$noms = $this->getApiNoms();
107
			$noms = $this->getApiNoms();