You are here

function xautoload_Discovery_DirScanner::__construct in X Autoload 7.2

Same name and namespace in other branches
  1. 7.3 lib/Discovery/DirScanner.php \xautoload_Discovery_DirScanner::__construct()

File

lib/Discovery/DirScanner.php, line 16

Class

xautoload_Discovery_DirScanner
Searches a directory for files that follow the xautoload naming scheme. Actually, this only works in D6 (yet), but we keep this file around for easier porting between the D6 and the D7 version of xautoload.

Code

function __construct(array &$locations) {
  $this->locations =& $locations;
}