PHP Class N98\Util\AutoloadRestorer

Based on SPL autoloader.
Show file Open project: netz98/n98-magerun Class Usage Examples

Public Methods

Method Description
__construct ( )
restore ( ) restore all autoload callbacks that have been unregistered

Private Methods

Method Description
getUnregisteredLoaders ( )

Method Details

__construct() public method

public __construct ( )

restore() public method

restore all autoload callbacks that have been unregistered
public restore ( )