Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 348 Rev 436
Line 30... Line 30...
30
 
30
 
31
	public function setProjet($projet) {
31
	public function setProjet($projet) {
32
		$this->projet = $projet;
32
		$this->projet = $projet;
Line -... Line 33...
-
 
33
	}
-
 
34
	
-
 
35
	public function getProjet($projet) {
-
 
36
		return $this->projet;
33
	}
37
	}
34
 
38
 
35
	public function getEnteteTotal() {
39
	public function getEnteteTotal() {
Line 36... Line 40...
36
		return $this->entete['total'];
40
		return $this->entete['total'];