This website works better with JavaScript
首页
发现
帮助
登录
chengwenliang
/
newsupernova
关注
2
点赞
0
派生
0
文件
工单管理
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.