Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 286 Rev 291
Line 26... Line 26...
26
		if (!is_null($projet)) {
26
		if (!is_null($projet)) {
27
			$this->projet = $projet;
27
			$this->projet = $projet;
28
		}
28
		}
29
	}
29
	}
Line -... Line 30...
-
 
30
 
-
 
31
	public function setProjet($projet) {
-
 
32
		$this->projet = $projet;
-
 
33
	}
30
 
34
 
31
	public function getEnteteTotal() {
35
	public function getEnteteTotal() {
32
		return $this->entete['total'];
36
		return $this->entete['total'];
Line 33... Line 37...
33
	}
37
	}