Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 542 Rev 575
Line 10... Line 10...
10
	
10
	
11
	private $bdnt;
11
	private $bdnt;
Line 12... Line -...
12
	private $num_nom;
-
 
13
	
-
 
14
	
-
 
Line 15... Line 12...
15
	public function setId($id) {
12
	private $num_nom;
16
		$this->id = $id;
13
	
17
	}
14
	
Line 34... Line 31...
34
		$params = array( 'bdnt' => $this->bdnt, 'num_nom' => $this->num_nom );
31
		$params = array( 'bdnt' => $this->bdnt, 'num_nom' => $this->num_nom );
35
		$url = $this->formaterUrl($tpl, $params);
32
		$url = $this->formaterUrl($tpl, $params);
36
		return $url;
33
		return $url;
37
	}
34
	}
Line 38... Line -...
38
	
-
 
39
	
-
 
40
	
35
 
41
}
36
}