public function RegistryAutoloadSearcher::__construct in Registry Autoload 7
Constructs a RegistryAutoloadSearcher object.
Parameters
array $parsed_files: The current content of the {registry_file} table.
File
- ./
registry_autoload.module, line 170 - Main module for enabling core registry to support namespaced files.
Class
- RegistryAutoloadSearcher
- RegistryAutoloadSearcher helper class.
Code
public function __construct(array $parsed_files) {
$this->parsedFiles = $parsed_files;
}