ClassLoader.php
2 months ago
InstalledVersions.php
2 months ago
LICENSE
2 months ago
autoload_classmap.php
2 months ago
autoload_namespaces.php
2 months ago
autoload_psr4.php
2 months ago
autoload_real.php
2 months ago
autoload_static.php
2 months ago
index.php
2 months ago
installed.json
2 months ago
installed.php
2 months ago
platform_check.php
2 months ago
autoload_static.php
48 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4 |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'P' => |
| 11 | array ( |
| 12 | 'PleskX\\' => 7, |
| 13 | ), |
| 14 | ); |
| 15 | |
| 16 | public static $prefixDirsPsr4 = array ( |
| 17 | 'PleskX\\' => |
| 18 | array ( |
| 19 | 0 => __DIR__ . '/..' . '/plesk/api-php-lib/src', |
| 20 | ), |
| 21 | ); |
| 22 | |
| 23 | public static $prefixesPsr0 = array ( |
| 24 | 'L' => |
| 25 | array ( |
| 26 | 'LE_ACME2' => |
| 27 | array ( |
| 28 | 0 => __DIR__ . '/..' . '/fbett/le_acme2/src', |
| 29 | ), |
| 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 = ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4::$prefixLengthsPsr4; |
| 41 | $loader->prefixDirsPsr4 = ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4::$prefixDirsPsr4; |
| 42 | $loader->prefixesPsr0 = ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4::$prefixesPsr0; |
| 43 | $loader->classMap = ComposerStaticInita8412ede23fd11b4d0e29303fdebd5f4::$classMap; |
| 44 | |
| 45 | }, null, ClassLoader::class); |
| 46 | } |
| 47 | } |
| 48 |