Ejemplo n.º 1
0
 public static function init()
 {
     self::$content = file_get_contents(self::$apiUrl);
     self::$content = json_decode(self::$content);
 }