예제 #1
0
 /**
  * Returns custom autoloader prefixes registered by the class loader
  * @return array Keys represent the namespace, not relative to the package's namespace. Values are the path, and are relative to the package directory.
  */
 public function getPackageAutoloaderRegistries()
 {
     return parent::getPackageAutoloaderRegistries();
 }