You are here

function hackedProject::__construct in Hacked! 7.2

Constructor.

File

includes/hackedProject.inc, line 40

Class

hackedProject
Encapsulates a Hacked! project.

Code

function __construct($name) {
  $this->name = $name;
  $this->remote_files_downloader = new hackedProjectWebFilesDownloader($this);
}