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