PluginProbe
Hostinger Tools / 3.0.20
Hostinger Tools v3.0.20
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 2.0.4 All 108 releases
hostinger / vendor / composer / autoload_static.php

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

52 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 ComposerStaticInit0e3e16b2093bc1815df2ffb9e0b7615e
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 );
18
19 public static $prefixDirsPsr4 = array (
20 'Hostinger\\WpMenuManager\\' =>
21 array (
22 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src',
23 ),
24 'Hostinger\\WpHelper\\' =>
25 array (
26 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src',
27 ),
28 'Hostinger\\Tests\\' =>
29 array (
30 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/tests/phpunit',
31 ),
32 'Hostinger\\' =>
33 array (
34 0 => __DIR__ . '/../..' . '/includes',
35 ),
36 );
37
38 public static $classMap = array (
39 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
40 );
41
42 public static function getInitializer(ClassLoader $loader)
43 {
44 return \Closure::bind(function () use ($loader) {
45 $loader->prefixLengthsPsr4 = ComposerStaticInit0e3e16b2093bc1815df2ffb9e0b7615e::$prefixLengthsPsr4;
46 $loader->prefixDirsPsr4 = ComposerStaticInit0e3e16b2093bc1815df2ffb9e0b7615e::$prefixDirsPsr4;
47 $loader->classMap = ComposerStaticInit0e3e16b2093bc1815df2ffb9e0b7615e::$classMap;
48
49 }, null, ClassLoader::class);
50 }
51 }
52