public function __construct($session)
 {
     $this->session = $session;
     parent::__construct(true, true, false);
 }
Beispiel #2
0
 function __construct()
 {
     // hd_print(__METHOD__);
     parent::__construct(false, false, false);
 }