You are here

function xautoload_DirScanner::__construct in X Autoload 6

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

File

./xautoload.module, line 96

Class

xautoload_DirScanner

Code

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