PluginProbe
Extendify / 0.10.2
Extendify v0.10.2
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 0.10.2, at vendor/composer/autoload_static.php

32 lines 819 B
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 ComposerStaticInit9db335143505b19e456c8e3795252d35
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 function getInitializer(ClassLoader $loader)
24 {
25 return \Closure::bind(function () use ($loader) {
26 $loader->prefixLengthsPsr4 = ComposerStaticInit9db335143505b19e456c8e3795252d35::$prefixLengthsPsr4;
27 $loader->prefixDirsPsr4 = ComposerStaticInit9db335143505b19e456c8e3795252d35::$prefixDirsPsr4;
28
29 }, null, ClassLoader::class);
30 }
31 }
32