autoload_static.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInite0ab31d11ef782aee91ec1ec2cf5c283
  5. {
  6. public static $prefixesPsr0 = array (
  7. 'x' =>
  8. array (
  9. 'xrstf\\Composer52' =>
  10. array (
  11. 0 => __DIR__ . '/..' . '/xrstf/composer-php52/lib',
  12. ),
  13. ),
  14. 't' =>
  15. array (
  16. 'tad_DI52_' =>
  17. array (
  18. 0 => __DIR__ . '/..' . '/lucatume/di52/src',
  19. ),
  20. ),
  21. );
  22. public static $classMap = array (
  23. 'tad_DI52_Container' => __DIR__ . '/..' . '/lucatume/di52/src/tad/DI52/Container.php',
  24. 'tad_DI52_ContainerInterface' => __DIR__ . '/..' . '/lucatume/di52/src/tad/DI52/ContainerInterface.php',
  25. 'tad_DI52_ProtectedValue' => __DIR__ . '/..' . '/lucatume/di52/src/tad/DI52/ProtectedValue.php',
  26. 'tad_DI52_ServiceProvider' => __DIR__ . '/..' . '/lucatume/di52/src/tad/DI52/ServiceProvider.php',
  27. 'tad_DI52_ServiceProviderInterface' => __DIR__ . '/..' . '/lucatume/di52/src/tad/DI52/ServiceProviderInterface.php',
  28. 'xrstf\\Composer52\\AutoloadGenerator' => __DIR__ . '/..' . '/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',
  29. 'xrstf\\Composer52\\Generator' => __DIR__ . '/..' . '/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',
  30. );
  31. public static function getInitializer(ClassLoader $loader)
  32. {
  33. return \Closure::bind(function () use ($loader) {
  34. $loader->prefixesPsr0 = ComposerStaticInite0ab31d11ef782aee91ec1ec2cf5c283::$prefixesPsr0;
  35. $loader->classMap = ComposerStaticInite0ab31d11ef782aee91ec1ec2cf5c283::$classMap;
  36. }, null, ClassLoader::class);
  37. }
  38. }