[关闭]
@Chiang 2020-05-02T17:02:32.000000Z 字数 321 阅读 491

ClassLoader.php

Composer 2020-05


  • 这里主要实现了psr-0 psr-4 classmap规则,并且实现注册
  • 这里涉及到了为什么autoload_static.php$prefixLengthsPsr4,$prefixDirsPsr4两个静态属性的定义方式
  • 看完Example Implementations of PSR-4就明白了
  • 我查看函数思路(后续扩展每个具体函数)

register

loadClass

findFile

findFileWithExtension

includeFile

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注