Esempio n. 1
0
 private static function initClient()
 {
     if (self::$client === null) {
         self::$client = new Client();
     }
 }