function hackedProjectWebDownloader::__construct in Hacked! 8.2
Constructor, pass in the project this downloaded is expected to download.
File
- src/
hackedProjectWebDownloader.php, line 19
Class
- hackedProjectWebDownloader
- Base class for downloading remote versions of projects.
Namespace
Drupal\hackedCode
function __construct(&$project) {
$this->project = $project;
}