Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 508 Rev 623
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 33... Line 33...
33
	}
33
	}
34
 
34
 
35
	public function getProjet($projet) {
35
	public function getProjet() {
Line 36... Line 36...
36
		return $this->projet;
36
		return $this->projet;
37
	}
37
	}