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.