Subversion Repositories Applications.framework

Rev

Rev 311 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 311 Rev 317
Line 23... Line 23...
23
    private $sortie = array();
23
    private $sortie = array();
24
    private $parametres = array();
24
    private $parametres = array();
25
    protected $url = null;
25
    protected $url = null;
Line 26... Line 26...
26
    
26
    
27
    public function __construct()  {
-
 
28
        $registre = Registre::getInstance();
27
    public function __construct()  {
29
        $this->parametres = $registre->get('parametres');
28
        $this->parametres = Registre::get('parametres');
30
        $this->url = $this->parametres['url'];
29
        $this->url = $this->parametres['url'];
31
        parent::__construct();
30
        parent::__construct();
Line 32... Line 31...
32
    }
31
    }