使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
spawntree
/
magento-test
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
2
提交
1
分支
70 MiB
PHP
79.9%
HTML
8.2%
JavaScript
5.7%
CSS
3.2%
CSV
2.8%
其它
0.2%
分支:
master
master
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 'master'
${ noResults }
magento-test
/
lib
/
internal
/
Magento
/
Framework
/
Autoload
文件历史
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.