This website works better with JavaScript
首頁
探索
說明
登入
chengwenliang
/
newsupernova
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
987d33d1d5
分支列表
標籤列表
master
newsupernova
/
vendor
/
magento
/
framework
/
Autoload
longyi
c9405dd336
vendor
5 年之前
..
Test
c9405dd336
vendor
5 年之前
AutoloaderInterface.php
c9405dd336
vendor
5 年之前
AutoloaderRegistry.php
c9405dd336
vendor
5 年之前
ClassLoaderWrapper.php
c9405dd336
vendor
5 年之前
ClassMap.php
c9405dd336
vendor
5 年之前
Populator.php
c9405dd336
vendor
5 年之前
README.md
c9405dd336
vendor
5 年之前
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.