Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 291 Rev 321
Line 3... Line 3...
3
	private $infos = array();
3
	private $infos = array();
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;
-
 
7
	}
-
 
8
	
-
 
9
	public function getInfos() {
-
 
10
		return $this->infos;
Line 7... Line 11...
7
	}
11
	}
8
 
12
 
9
	public function get($cle) {
13
	public function get($cle) {
10
		$valeur = '';
14
		$valeur = '';