You are here

function xautoload_ClassFinder::__construct in X Autoload 6

Same name and namespace in other branches
  1. 7 lib/ClassFinder.php \xautoload_ClassFinder::__construct()

File

./xautoload.module, line 49

Class

xautoload_ClassFinder
We don't put this in the lib folder, obviously, because it has to be available before xautoload is initialized.

Code

function __construct($modules) {
  $this->modules = $modules;
}