autoload_static.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitComments
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'O' =>
  8. array (
  9. 'OCA\\Comments\\' => 13,
  10. ),
  11. );
  12. public static $prefixDirsPsr4 = array (
  13. 'OCA\\Comments\\' =>
  14. array (
  15. 0 => __DIR__ . '/..' . '/../lib',
  16. ),
  17. );
  18. public static $classMap = array (
  19. 'OCA\\Comments\\Activity\\Filter' => __DIR__ . '/..' . '/../lib/Activity/Filter.php',
  20. 'OCA\\Comments\\Activity\\Listener' => __DIR__ . '/..' . '/../lib/Activity/Listener.php',
  21. 'OCA\\Comments\\Activity\\Provider' => __DIR__ . '/..' . '/../lib/Activity/Provider.php',
  22. 'OCA\\Comments\\Activity\\Setting' => __DIR__ . '/..' . '/../lib/Activity/Setting.php',
  23. 'OCA\\Comments\\AppInfo\\Application' => __DIR__ . '/..' . '/../lib/AppInfo/Application.php',
  24. 'OCA\\Comments\\Controller\\Notifications' => __DIR__ . '/..' . '/../lib/Controller/Notifications.php',
  25. 'OCA\\Comments\\EventHandler' => __DIR__ . '/..' . '/../lib/EventHandler.php',
  26. 'OCA\\Comments\\Notification\\Listener' => __DIR__ . '/..' . '/../lib/Notification/Listener.php',
  27. 'OCA\\Comments\\Notification\\Notifier' => __DIR__ . '/..' . '/../lib/Notification/Notifier.php',
  28. );
  29. public static function getInitializer(ClassLoader $loader)
  30. {
  31. return \Closure::bind(function () use ($loader) {
  32. $loader->prefixLengthsPsr4 = ComposerStaticInitComments::$prefixLengthsPsr4;
  33. $loader->prefixDirsPsr4 = ComposerStaticInitComments::$prefixDirsPsr4;
  34. $loader->classMap = ComposerStaticInitComments::$classMap;
  35. }, null, ClassLoader::class);
  36. }
  37. }