You are here

function xautoload_ClassFinder::__construct in X Autoload 7

Same name and namespace in other branches
  1. 6 xautoload.module \xautoload_ClassFinder::__construct()

File

lib/ClassFinder.php, line 14

Class

xautoload_ClassFinder
This is the only class that needs to be included explicitly using module_load_include().

Code

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