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