ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
LICENSE
2 years ago
autoload_classmap.php
2 years ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
2 years ago
autoload_static.php
32 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInite169e4b4c8fae47ac552d31952098b97 |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'C' => |
| 11 | array ( |
| 12 | 'Code_Manager\\' => 13, |
| 13 | ), |
| 14 | ); |
| 15 | |
| 16 | public static $prefixDirsPsr4 = array ( |
| 17 | 'Code_Manager\\' => |
| 18 | array ( |
| 19 | 0 => __DIR__ . '/../..' . '/Code_Manager', |
| 20 | ), |
| 21 | ); |
| 22 | |
| 23 | public static function getInitializer(ClassLoader $loader) |
| 24 | { |
| 25 | return \Closure::bind(function () use ($loader) { |
| 26 | $loader->prefixLengthsPsr4 = ComposerStaticInite169e4b4c8fae47ac552d31952098b97::$prefixLengthsPsr4; |
| 27 | $loader->prefixDirsPsr4 = ComposerStaticInite169e4b4c8fae47ac552d31952098b97::$prefixDirsPsr4; |
| 28 | |
| 29 | }, null, ClassLoader::class); |
| 30 | } |
| 31 | } |
| 32 |