Beispiel #1
0
 function __construct($stdClass = null)
 {
     parent::__construct();
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #3
0
 public function __construct()
 {
     $this->Session = new SC();
     $this->Session->StartSession();
     parent::__construct();
 }