PluginProbe
wpForo Forum / 3.2.1
wpForo Forum v3.2.1
3.2.1 3.2.0 3.1.7 3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 All 141 releases
wpforo / admin / pages / news / vendor / composer / autoload_static.php

autoload_static.php in wpForo Forum 3.2.1, at admin/pages/news/vendor/composer/autoload_static.php

46 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInitd33ae3eca456e65f5a4b9fb390a16225
8 {
9 public static $prefixLengthsPsr4 = array (
10 'g' =>
11 array (
12 'gVectors\\News\\' => 14,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'gVectors\\News\\' =>
18 array (
19 0 => __DIR__ . '/../..' . '/src',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 'gVectors\\News\\AdminPage' => __DIR__ . '/../..' . '/src/AdminPage.php',
26 'gVectors\\News\\Config' => __DIR__ . '/../..' . '/src/Config.php',
27 'gVectors\\News\\NewsModule' => __DIR__ . '/../..' . '/src/NewsModule.php',
28 'gVectors\\News\\Services\\ApiService' => __DIR__ . '/../..' . '/src/Services/ApiService.php',
29 'gVectors\\News\\Services\\ConsentService' => __DIR__ . '/../..' . '/src/Services/ConsentService.php',
30 'gVectors\\News\\Services\\CronService' => __DIR__ . '/../..' . '/src/Services/CronService.php',
31 'gVectors\\News\\Services\\EmailService' => __DIR__ . '/../..' . '/src/Services/EmailService.php',
32 'gVectors\\News\\Services\\NoticesService' => __DIR__ . '/../..' . '/src/Services/NoticesService.php',
33 'gVectors\\News\\Services\\PrefsService' => __DIR__ . '/../..' . '/src/Services/PrefsService.php',
34 );
35
36 public static function getInitializer(ClassLoader $loader)
37 {
38 return \Closure::bind(function () use ($loader) {
39 $loader->prefixLengthsPsr4 = ComposerStaticInitd33ae3eca456e65f5a4b9fb390a16225::$prefixLengthsPsr4;
40 $loader->prefixDirsPsr4 = ComposerStaticInitd33ae3eca456e65f5a4b9fb390a16225::$prefixDirsPsr4;
41 $loader->classMap = ComposerStaticInitd33ae3eca456e65f5a4b9fb390a16225::$classMap;
42
43 }, null, ClassLoader::class);
44 }
45 }
46