function xautoload_DirScanner::__construct in X Autoload 6
Same name and namespace in other branches
- 7 lib/DirScanner.php \xautoload_DirScanner::__construct()
File
- ./
xautoload.module, line 96
Class
Code
function __construct(array &$locations) {
$this->locations =& $locations;
}