PluginProbe
ezCache / 1.3
ezCache v1.3
2.6.5 2.6.4 2.6.2 2.6.3 2.6.1 2.6.0 2.5.6 2.5.5 2.5.4 2.5.3 2.5.2 2.5.1 2.5 2.2.1 2.2.2 trunk 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.3 1.3.1 1.3.10 1.3.11 All 49 releases
ezcache / vendor / composer / autoload_static.php

autoload_static.php in ezCache 1.3, at vendor/composer/autoload_static.php

51 lines 1.6 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 ComposerStaticInit661e770417c900174bc2708c11d0e415
8 {
9 public static $prefixLengthsPsr4 = array (
10 'U' =>
11 array (
12 'Upress\\EzCache\\' => 15,
13 ),
14 'M' =>
15 array (
16 'MatthiasMullie\\PathConverter\\' => 29,
17 'MatthiasMullie\\Minify\\' => 22,
18 ),
19 );
20
21 public static $prefixDirsPsr4 = array (
22 'Upress\\EzCache\\' =>
23 array (
24 0 => __DIR__ . '/../..' . '/includes',
25 ),
26 'MatthiasMullie\\PathConverter\\' =>
27 array (
28 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
29 ),
30 'MatthiasMullie\\Minify\\' =>
31 array (
32 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
33 ),
34 );
35
36 public static $classMap = array (
37 'WP_Async_Request' => __DIR__ . '/..' . '/a5hleyrich/wp-background-processing/classes/wp-async-request.php',
38 'WP_Background_Process' => __DIR__ . '/..' . '/a5hleyrich/wp-background-processing/classes/wp-background-process.php',
39 );
40
41 public static function getInitializer(ClassLoader $loader)
42 {
43 return \Closure::bind(function () use ($loader) {
44 $loader->prefixLengthsPsr4 = ComposerStaticInit661e770417c900174bc2708c11d0e415::$prefixLengthsPsr4;
45 $loader->prefixDirsPsr4 = ComposerStaticInit661e770417c900174bc2708c11d0e415::$prefixDirsPsr4;
46 $loader->classMap = ComposerStaticInit661e770417c900174bc2708c11d0e415::$classMap;
47
48 }, null, ClassLoader::class);
49 }
50 }
51