void _setPath(
String
$class, String
$path)
|
|
Stores the path imediatly persistent.
There is no sense in making the class paths persistent during save(). It is stored imediatly.
Tags:
Overrides
AutoloaderIndex::_setPath() (Set the path for the class $class to $path)
Parameters:
void _unsetPath(
String
$class)
|
|
Deletes the path imediatly persistent.
There is no sense in making the class paths persistent during save(). It is deleted imediatly.
Tags:
Overrides
AutoloaderIndex::_unsetPath() (Unset the path for the class $class.)
Parameters: