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