25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 년 전
..
Test/Unit checkin 2 년 전
AutoloaderInterface.php checkin 2 년 전
AutoloaderRegistry.php checkin 2 년 전
ClassLoaderWrapper.php checkin 2 년 전
ClassMap.php checkin 2 년 전
Populator.php checkin 2 년 전
README.md checkin 2 년 전

README.md

Autoload

Autoload library contains an abstract wrapper for Composer’s generated autoloader.

  • AutoloaderInterface provides abstract ability use and modify the autoloader class.
  • AutoloaderRegistry allows the same instance of the autoloader to put accessed across the code base.
  • ClassLoaderWrapper wraps around Composer’s generated autoloader in order to insulate it.
  • Populator fills in PSR-0 and PSR-4 standard namespace-directory mappings for the autoloader.