Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 14 Rev 18
Line 26... Line 26...
26
	private $sortie = array();
26
	private $sortie = array();
27
	private $parametres = array();
27
	private $parametres = array();
28
	protected $url = null;
28
	protected $url = null;
Line 29... Line 29...
29
	
29
	
30
	public function __construct()  {
-
 
31
		$registre = Registre::getInstance();
30
	public function __construct()  {
32
		$this->parametres = $registre->get('parametres');
31
		$this->parametres = Registre::get('parametres');
33
		$this->url = $this->parametres['url'];
32
		$this->url = $this->parametres['url'];
34
		parent::__construct();
33
		parent::__construct();
Line 35... Line 34...
35
	}
34
	}