ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
1 year ago
installed.json
7 months ago
installed.php
9 months ago
platform_check.php
5 years ago
autoload_static.php
45 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit892912675c615e61d62bcd5adc416c51 |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'P' => |
| 11 | array ( |
| 12 | 'PriyoMukul\\WPNotice\\' => 20, |
| 13 | ), |
| 14 | 'E' => |
| 15 | array ( |
| 16 | 'Embera\\' => 7, |
| 17 | ), |
| 18 | ); |
| 19 | |
| 20 | public static $prefixDirsPsr4 = array ( |
| 21 | 'PriyoMukul\\WPNotice\\' => |
| 22 | array ( |
| 23 | 0 => __DIR__ . '/..' . '/priyomukul/wp-notice/src', |
| 24 | ), |
| 25 | 'Embera\\' => |
| 26 | array ( |
| 27 | 0 => __DIR__ . '/..' . '/wpdevelopers/embera/src/Embera', |
| 28 | ), |
| 29 | ); |
| 30 | |
| 31 | public static $classMap = array ( |
| 32 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 33 | ); |
| 34 | |
| 35 | public static function getInitializer(ClassLoader $loader) |
| 36 | { |
| 37 | return \Closure::bind(function () use ($loader) { |
| 38 | $loader->prefixLengthsPsr4 = ComposerStaticInit892912675c615e61d62bcd5adc416c51::$prefixLengthsPsr4; |
| 39 | $loader->prefixDirsPsr4 = ComposerStaticInit892912675c615e61d62bcd5adc416c51::$prefixDirsPsr4; |
| 40 | $loader->classMap = ComposerStaticInit892912675c615e61d62bcd5adc416c51::$classMap; |
| 41 | |
| 42 | }, null, ClassLoader::class); |
| 43 | } |
| 44 | } |
| 45 |