PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
extendify / vendor / composer / autoload_static.php

autoload_static.php in Extendify 3.2.1, at vendor/composer/autoload_static.php

37 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInitd1afa3e925021962a383c98edfa21b2d
8 {
9 public static $prefixLengthsPsr4 = array (
10 'E' =>
11 array (
12 'Extendify\\' => 10,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'Extendify\\' =>
18 array (
19 0 => __DIR__ . '/../..' . '/app',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 );
26
27 public static function getInitializer(ClassLoader $loader)
28 {
29 return \Closure::bind(function () use ($loader) {
30 $loader->prefixLengthsPsr4 = ComposerStaticInitd1afa3e925021962a383c98edfa21b2d::$prefixLengthsPsr4;
31 $loader->prefixDirsPsr4 = ComposerStaticInitd1afa3e925021962a383c98edfa21b2d::$prefixDirsPsr4;
32 $loader->classMap = ComposerStaticInitd1afa3e925021962a383c98edfa21b2d::$classMap;
33
34 }, null, ClassLoader::class);
35 }
36 }
37