ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
6 days ago
autoload_static.php
6 days ago
installed.json
1 day ago
installed.php
1 day ago
jetpack_autoload_classmap.php
3 weeks ago
jetpack_autoload_psr4.php
1 day ago
autoload_static.php
61 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInitdbd67c2d973de5f4c78a03e582c78768 |
| 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 = ComposerStaticInitdbd67c2d973de5f4c78a03e582c78768::$prefixLengthsPsr4; |
| 55 | $loader->prefixDirsPsr4 = ComposerStaticInitdbd67c2d973de5f4c78a03e582c78768::$prefixDirsPsr4; |
| 56 | $loader->classMap = ComposerStaticInitdbd67c2d973de5f4c78a03e582c78768::$classMap; |
| 57 | |
| 58 | }, null, ClassLoader::class); |
| 59 | } |
| 60 | } |
| 61 |