Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 436 Rev 508
Line 29... Line 29...
29
	}
29
	}
Line 30... Line 30...
30
 
30
 
31
	public function setProjet($projet) {
31
	public function setProjet($projet) {
32
		$this->projet = $projet;
32
		$this->projet = $projet;
33
	}
33
	}
34
	
34
 
35
	public function getProjet($projet) {
35
	public function getProjet($projet) {
36
		return $this->projet;
36
		return $this->projet;
Line 37... Line 37...
37
	}
37
	}