You are here

function xautoload_RegistryWildcard_RecursiveScan::check in X Autoload 7.2

Same name and namespace in other branches
  1. 7.3 lib/RegistryWildcard/RecursiveScan.php \xautoload_RegistryWildcard_RecursiveScan::check()

File

lib/RegistryWildcard/RecursiveScan.php, line 26

Class

xautoload_RegistryWildcard_RecursiveScan
Scan directories for wildcard files[] instructions in a module's info file.

Code

function check($path, $value) {
  $this->value = $value;
  if ($this
    ->_check($path)) {
    unset($this->result[$path]);
    $this->minus[$path] = TRUE;
  }
}