Beispiel #1
0
 static function setCleanExit()
 {
     self::$hasCleanExit = true;
 }
Beispiel #2
0
 static function setCleanExit($hasCleanExit = true)
 {
     self::$hasCleanExit = $hasCleanExit;
 }