Method |
Description |
|
getAltered ( ) : boolean |
Was this map altered by the class loader? |
|
getMap ( ) : array |
Get the full map |
|
getPath ( string $class ) : string |
Get the path for a class/interface/trait |
|
mergeMap ( array $map ) : ClassMap |
Merge a class map with the current map |
|
setAltered ( boolean $altered ) : ClassMap |
Set the altered flag |
|
setMap ( array $map ) : ClassMap |
Set the full map |
|
setPath ( string $class, string $path ) : ClassMap |
Set the path for a class/interface/trait, and mark map as altered |
|