function hackedProjectWebFilesDownloader::download_link in Hacked! 6.2
Same name and namespace in other branches
- 7.2 includes/hackedProjectWebFilesDownloader.inc \hackedProjectWebFilesDownloader::download_link()
1 call to hackedProjectWebFilesDownloader::download_link()
- hackedProjectWebFilesDownloader::download in includes/
hacked_project.inc - Download the remote files to the local filesystem.
File
- includes/
hacked_project.inc, line 439
Class
- hackedProjectWebFilesDownloader
- Downloads a project using a standard web method, and unpacking the tar-ball.
Code
function download_link() {
$this_release = $this->project->project_info['releases'][$this->project->existing_version];
return $this_release['download_link'];
}