16     protected $map = array();
 
   21     protected $altered = 
false;
 
   33         return isset($this->map[
$class]) ? $this->map[
$class] : 
"";
 
   49             $this->altered = 
true;
 
   60         return $this->altered;
 
   70         $this->altered = (bool) $altered;
 
  103         $this->map = array_merge($this->map, $map);
 
if(isset($vars['id'])) $class
 
setPath($class, $path)
Set the path for a class/interface/trait, and mark map as altered.
 
setMap(array $map)
Set the full map.
 
mergeMap(array $map)
Merge a class map with the current map.
 
getMap()
Get the full map.
 
getPath($class)
Get the path for a class/interface/trait.
 
setAltered($altered)
Set the altered flag.
 
getAltered()
Was this map altered by the class loader?