Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 293 Rev 361
Line 22... Line 22...
22
	public function getNomSelectionne() {
22
	public function getNomSelectionne() {
23
		return $this->selectionne;
23
		return $this->selectionne;
24
	}
24
	}
Line 25... Line 25...
25
 
25
 
26
	public function getNomRetenu() {
26
	public function getNomRetenu() {
27
		return $this->selectionne;
27
		return $this->retenu;
Line 28... Line 28...
28
	}
28
	}
29
 
29
 
30
}
30
}