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