You are here

function hackedProjectWebDownloader::__construct in Hacked! 7.2

Constructor, pass in the project this downloaded is expected to download.

File

includes/hackedProjectWebDownloader.inc, line 12

Class

hackedProjectWebDownloader
Base class for downloading remote versions of projects.

Code

function __construct(&$project) {
  $this->project = $project;
}