function hackedProjectWebDownloader::download in Hacked! 7.2
Same name and namespace in other branches
- 6.2 includes/hacked_project.inc \hackedProjectWebDownloader::download()
Download the remote files to the local filesystem.
2 methods override hackedProjectWebDownloader::download()
- hackedProjectWebDevDownloader::download in includes/
hackedProjectWebDevDownloader.inc - Download the version of the project to compare.
- hackedProjectWebFilesDownloader::download in includes/
hackedProjectWebFilesDownloader.inc - Download the remote files to the local filesystem.
File
- includes/
hackedProjectWebDownloader.inc, line 77
Class
- hackedProjectWebDownloader
- Base class for downloading remote versions of projects.
Code
function download() {
}