Beispiel #1
0
 public function __construct($param = null)
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct($param);
     }
 }
Beispiel #2
0
 public function __construct()
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct();
     }
 }