Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->html = '';
     $this->loginformIsOut = false;
     $this->wizard_errors = array();
     $this->date = new \webdof\wDate();
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct();
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct();
     $this->html = '';
     $this->aSess =& $_SESSION['frdl\\xGlobal\\webfan'];
 }