You are here

function hackedProject::hackedProject in Hacked! 6.2

Constructor.

File

includes/hacked_project.inc, line 37

Class

hackedProject
Ensapsulates a Hacked! project.

Code

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