Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 291 Rev 321
Line 4... Line 4...
4
 
4
 
5
	public function __construct(Array $infos) {
5
	public function __construct(Array $infos) {
6
		$this->infos = $infos;
6
		$this->infos = $infos;
Line -... Line 7...
-
 
7
	}
-
 
8
	
-
 
9
	public function getInfos() {
-
 
10
		return $this->infos;
7
	}
11
	}
8
 
12
 
9
	public function get($cle) {
13
	public function get($cle) {
10
		$valeur = '';
14
		$valeur = '';
11
		if (array_key_exists($cle, $this->infos)) {
15
		if (array_key_exists($cle, $this->infos)) {