PluginProbe
Disk Usage Insights / 1.2
Disk Usage Insights v1.2
trunk 1.0 1.10 1.11 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
disk-usage-insights / vendor / composer / autoload_static.php

autoload_static.php in Disk Usage Insights 1.2, at vendor/composer/autoload_static.php

47 lines 1.4 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 ComposerStaticInitb0bae40ca647eb2fe63fda4b3a37c636
8 {
9 public static $prefixLengthsPsr4 = array (
10 'M' =>
11 array (
12 'Mgleis\\PhpSqliteKeyValueStore\\' => 30,
13 'Mgleis\\PhpSqliteJobQueue\\' => 25,
14 'Mgleis\\DiskUsageInsights\\' => 25,
15 ),
16 );
17
18 public static $prefixDirsPsr4 = array (
19 'Mgleis\\PhpSqliteKeyValueStore\\' =>
20 array (
21 0 => __DIR__ . '/..' . '/mgleis/php-sqlite-key-value-store/src',
22 ),
23 'Mgleis\\PhpSqliteJobQueue\\' =>
24 array (
25 0 => __DIR__ . '/..' . '/mgleis/php-sqlite-job-queue/src',
26 ),
27 'Mgleis\\DiskUsageInsights\\' =>
28 array (
29 0 => __DIR__ . '/../..' . '/src',
30 ),
31 );
32
33 public static $classMap = array (
34 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
35 );
36
37 public static function getInitializer(ClassLoader $loader)
38 {
39 return \Closure::bind(function () use ($loader) {
40 $loader->prefixLengthsPsr4 = ComposerStaticInitb0bae40ca647eb2fe63fda4b3a37c636::$prefixLengthsPsr4;
41 $loader->prefixDirsPsr4 = ComposerStaticInitb0bae40ca647eb2fe63fda4b3a37c636::$prefixDirsPsr4;
42 $loader->classMap = ComposerStaticInitb0bae40ca647eb2fe63fda4b3a37c636::$classMap;
43
44 }, null, ClassLoader::class);
45 }
46 }
47