PluginProbe
Hostinger Tools / 3.0.78
Hostinger Tools v3.0.78
3.0.78 3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 All 109 releases
hostinger / vendor / composer / autoload_static.php

autoload_static.php in Hostinger Tools 3.0.78, at vendor/composer/autoload_static.php

61 lines 2.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 ComposerStaticInitc6e32507cac27439d984d12c0c975466
8 {
9 public static $prefixLengthsPsr4 = array (
10 'H' =>
11 array (
12 'Hostinger\\WpMenuManager\\' => 24,
13 'Hostinger\\WpHelper\\' => 19,
14 'Hostinger\\Tests\\' => 16,
15 'Hostinger\\' => 10,
16 ),
17 'A' =>
18 array (
19 'Automattic\\Jetpack\\Autoloader\\' => 30,
20 ),
21 );
22
23 public static $prefixDirsPsr4 = array (
24 'Hostinger\\WpMenuManager\\' =>
25 array (
26 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src',
27 ),
28 'Hostinger\\WpHelper\\' =>
29 array (
30 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src',
31 ),
32 'Hostinger\\Tests\\' =>
33 array (
34 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/tests/phpunit',
35 ),
36 'Hostinger\\' =>
37 array (
38 0 => __DIR__ . '/../..' . '/includes',
39 ),
40 'Automattic\\Jetpack\\Autoloader\\' =>
41 array (
42 0 => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src',
43 ),
44 );
45
46 public static $classMap = array (
47 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
48 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
49 );
50
51 public static function getInitializer(ClassLoader $loader)
52 {
53 return \Closure::bind(function () use ($loader) {
54 $loader->prefixLengthsPsr4 = ComposerStaticInitc6e32507cac27439d984d12c0c975466::$prefixLengthsPsr4;
55 $loader->prefixDirsPsr4 = ComposerStaticInitc6e32507cac27439d984d12c0c975466::$prefixDirsPsr4;
56 $loader->classMap = ComposerStaticInitc6e32507cac27439d984d12c0c975466::$classMap;
57
58 }, null, ClassLoader::class);
59 }
60 }
61