Airship\Engine\Contract\ContinuumInterface::downloadUpdateFile PHP 메소드

downloadUpdateFile() 공개 메소드

Download an update into a temp file
public downloadUpdateFile ( UpdateInfo $update, string $apiEndpoint = 'download' ) : UpdateFile
$update UpdateInfo
$apiEndpoint string
리턴 UpdateFile
    public function downloadUpdateFile(UpdateInfo $update, string $apiEndpoint = 'download') : UpdateFile;