autoload_static.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit0ce6dc0c7b6fc3438416a20ddd0b5912
  5. {
  6. public static $files = array (
  7. '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
  8. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  9. 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
  10. );
  11. public static $prefixLengthsPsr4 = array (
  12. 'S' =>
  13. array (
  14. 'Symfony\\Polyfill\\Php80\\' => 23,
  15. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  16. 'Symfony\\Polyfill\\Ctype\\' => 23,
  17. 'SeinopSys\\' => 10,
  18. ),
  19. 'P' =>
  20. array (
  21. 'PhpOption\\' => 10,
  22. ),
  23. 'G' =>
  24. array (
  25. 'GrahamCampbell\\ResultType\\' => 26,
  26. ),
  27. 'D' =>
  28. array (
  29. 'Dotenv\\' => 7,
  30. ),
  31. );
  32. public static $prefixDirsPsr4 = array (
  33. 'Symfony\\Polyfill\\Php80\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  36. ),
  37. 'Symfony\\Polyfill\\Mbstring\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  40. ),
  41. 'Symfony\\Polyfill\\Ctype\\' =>
  42. array (
  43. 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
  44. ),
  45. 'SeinopSys\\' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/seinopsys/postgresql-database-class/src',
  48. ),
  49. 'PhpOption\\' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption',
  52. ),
  53. 'GrahamCampbell\\ResultType\\' =>
  54. array (
  55. 0 => __DIR__ . '/..' . '/graham-campbell/result-type/src',
  56. ),
  57. 'Dotenv\\' =>
  58. array (
  59. 0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src',
  60. ),
  61. );
  62. public static $classMap = array (
  63. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  64. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  65. 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
  66. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  67. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  68. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  69. 'XMLSchema' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  70. 'nusoap_base' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  71. 'nusoap_client' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  72. 'nusoap_client_mime' => __DIR__ . '/..' . '/econea/nusoap/src/nusoapmime.php',
  73. 'nusoap_fault' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  74. 'nusoap_parser' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  75. 'nusoap_server' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  76. 'nusoap_server_mime' => __DIR__ . '/..' . '/econea/nusoap/src/nusoapmime.php',
  77. 'nusoap_wsdlcache' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  78. 'nusoap_xmlschema' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  79. 'nusoapservermime' => __DIR__ . '/..' . '/econea/nusoap/src/nusoapmime.php',
  80. 'soap_fault' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  81. 'soap_parser' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  82. 'soap_server' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  83. 'soap_transport_http' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  84. 'soapclient' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  85. 'soapclientmime' => __DIR__ . '/..' . '/econea/nusoap/src/nusoapmime.php',
  86. 'soapval' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  87. 'wsdl' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  88. 'wsdlcache' => __DIR__ . '/..' . '/econea/nusoap/src/nusoap.php',
  89. );
  90. public static function getInitializer(ClassLoader $loader)
  91. {
  92. return \Closure::bind(function () use ($loader) {
  93. $loader->prefixLengthsPsr4 = ComposerStaticInit0ce6dc0c7b6fc3438416a20ddd0b5912::$prefixLengthsPsr4;
  94. $loader->prefixDirsPsr4 = ComposerStaticInit0ce6dc0c7b6fc3438416a20ddd0b5912::$prefixDirsPsr4;
  95. $loader->classMap = ComposerStaticInit0ce6dc0c7b6fc3438416a20ddd0b5912::$classMap;
  96. }, null, ClassLoader::class);
  97. }
  98. }