You are here

function hackedFileGroup::__construct in Hacked! 7.2

Constructor.

File

includes/hackedFileGroup.inc, line 18

Class

hackedFileGroup
Represents a group of files on the local filesystem.

Code

function __construct($base_path) {
  $this->base_path = $base_path;
  $this->hasher = hacked_get_file_hasher();
}