Beispiel #1
0
 public static function setup($filePath = null, $noClient = false, $verbose = true)
 {
     self::$filePath = $filePath;
     self::$noClient = $noClient;
     self::$verbose = $verbose;
     self::create();
 }