api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

autoload_static.php 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit3f8e3ef0f01cbb66788ae8adbae6c82c
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'T' =>
  8. array (
  9. 'Tqdev\\PhpCrudApi\\' => 17,
  10. ),
  11. 'P' =>
  12. array (
  13. 'Psr\\Http\\Server\\' => 16,
  14. 'Psr\\Http\\Message\\' => 17,
  15. ),
  16. 'N' =>
  17. array (
  18. 'Nyholm\\Psr7\\' => 12,
  19. 'Nyholm\\Psr7Server\\' => 18,
  20. ),
  21. 'H' =>
  22. array (
  23. 'Http\\Message\\' => 13,
  24. ),
  25. );
  26. public static $prefixDirsPsr4 = array (
  27. 'Tqdev\\PhpCrudApi\\' =>
  28. array (
  29. 0 => __DIR__ . '/../..' . '/src/Tqdev/PhpCrudApi',
  30. ),
  31. 'Psr\\Http\\Server\\' =>
  32. array (
  33. 0 => __DIR__ . '/..' . '/psr/http-server-handler/src',
  34. 1 => __DIR__ . '/..' . '/psr/http-server-middleware/src',
  35. ),
  36. 'Psr\\Http\\Message\\' =>
  37. array (
  38. 0 => __DIR__ . '/..' . '/psr/http-factory/src',
  39. 1 => __DIR__ . '/..' . '/psr/http-message/src',
  40. ),
  41. 'Nyholm\\Psr7\\' =>
  42. array (
  43. 0 => __DIR__ . '/..' . '/nyholm/psr7/src',
  44. ),
  45. 'Nyholm\\Psr7Server\\' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/nyholm/psr7-server/src',
  48. ),
  49. 'Http\\Message\\' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/php-http/message-factory/src',
  52. ),
  53. );
  54. public static function getInitializer(ClassLoader $loader)
  55. {
  56. return \Closure::bind(function () use ($loader) {
  57. $loader->prefixLengthsPsr4 = ComposerStaticInit3f8e3ef0f01cbb66788ae8adbae6c82c::$prefixLengthsPsr4;
  58. $loader->prefixDirsPsr4 = ComposerStaticInit3f8e3ef0f01cbb66788ae8adbae6c82c::$prefixDirsPsr4;
  59. }, null, ClassLoader::class);
  60. }
  61. }