NextDom\Market\DownloadManager
Gestion des téléchargements
Synopsis
class DownloadManager
{
- // members
- protected static bool $connectionStatus = false;
- protected static $gitHubToken;
- private static string $urlForTest = 'www.google.fr';
- // methods
- public static void init()
- public static bool isConnected()
- protected static void testConnection()
- public static void downloadBinary()
- public static string|bool downloadContent()
- protected static string|bool downloadContentWithCurl()
Members
private
- $urlForTest — string
protected
- $connectionStatus — NextDom\Market\bool
- $gitHubToken — string
Methods
protected
- downloadContentWithCurl() — Télécharge un contenu à partir de son lien avec la méthode cURL
- testConnection() — Test le statut de la connexion.
public
- downloadBinary() — Télécharge un fichier binaire
- downloadContent() — Télécharge un contenu à partir de son lien
- init() — Constructeur testant le statut de la connexion.
- isConnected() — Obtenir le statut de la connexion