Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 542 | Rev 602 | Go to most recent revision | Show entire file | Ignore 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
	
-
 
15
	public function setId($id) {
12
	private $num_nom;
16
		$this->id = $id;
13
	
17
	}
14
	
18
	
15
		
Line 19... Line 16...
19
	public function setBdnt($bdnt){
16
	public function setBdnt($bdnt){
Line 33... Line 30...
33
		$tpl = Config::get('informationTpl');
30
		$tpl = Config::get('informationTpl');
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
	}
38
	
-
 
39
	
35
 
40
	
-
 
41
}
36
}
42
37