You are here

function hackedFileGroup::__construct in Hacked! 8.2

Constructor.

File

src/hackedFileGroup.php, line 23

Class

hackedFileGroup
Represents a group of files on the local filesystem.

Namespace

Drupal\hacked

Code

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