ClassLoader.php
6 years ago
LICENSE
5 years ago
autoload_classmap.php
5 years ago
autoload_namespaces.php
5 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
5 years ago
autoload_static.php
59 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit892b53d71c683eb527c1e9ecfcabd0c9 |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', |
| 11 | '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', |
| 12 | ); |
| 13 | |
| 14 | public static $prefixLengthsPsr4 = array ( |
| 15 | 'W' => |
| 16 | array ( |
| 17 | 'WP2FA\\' => 6, |
| 18 | ), |
| 19 | 'S' => |
| 20 | array ( |
| 21 | 'Symfony\\Polyfill\\Ctype\\' => 23, |
| 22 | ), |
| 23 | 'D' => |
| 24 | array ( |
| 25 | 'DeepCopy\\' => 9, |
| 26 | ), |
| 27 | ); |
| 28 | |
| 29 | public static $prefixDirsPsr4 = array ( |
| 30 | 'WP2FA\\' => |
| 31 | array ( |
| 32 | 0 => __DIR__ . '/../..' . '/includes/classes', |
| 33 | ), |
| 34 | 'Symfony\\Polyfill\\Ctype\\' => |
| 35 | array ( |
| 36 | 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', |
| 37 | ), |
| 38 | 'DeepCopy\\' => |
| 39 | array ( |
| 40 | 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy', |
| 41 | ), |
| 42 | ); |
| 43 | |
| 44 | public static $classMap = array ( |
| 45 | 'WP_Async_Request' => __DIR__ . '/..' . '/deliciousbrains/wp-background-processing/classes/wp-async-request.php', |
| 46 | 'WP_Background_Process' => __DIR__ . '/..' . '/deliciousbrains/wp-background-processing/classes/wp-background-process.php', |
| 47 | ); |
| 48 | |
| 49 | public static function getInitializer(ClassLoader $loader) |
| 50 | { |
| 51 | return \Closure::bind(function () use ($loader) { |
| 52 | $loader->prefixLengthsPsr4 = ComposerStaticInit892b53d71c683eb527c1e9ecfcabd0c9::$prefixLengthsPsr4; |
| 53 | $loader->prefixDirsPsr4 = ComposerStaticInit892b53d71c683eb527c1e9ecfcabd0c9::$prefixDirsPsr4; |
| 54 | $loader->classMap = ComposerStaticInit892b53d71c683eb527c1e9ecfcabd0c9::$classMap; |
| 55 | |
| 56 | }, null, ClassLoader::class); |
| 57 | } |
| 58 | } |
| 59 |