PluginProbe
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses / 2.7.0
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses v2.7.0
2.10.0 2.10.01 2.9.1 2.9.0 2.8.1 2.8.0 2.7.7 2.7.5 2.7.0 2.6.01 2.6.0 2.5.0 2.4.01 trunk 1.0.90 1.0.91 1.0.92 1.0.93 1.0.94 1.0.95 1.0.96 1.0.97 1.0.98 1.0.99 1.1.0 All 77 releases
fluent-community / vendor / composer / autoload_static.php

autoload_static.php in FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses 2.7.0, at vendor/composer/autoload_static.php

79 lines 3.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 ComposerStaticInitb4f238457fc6612862e15e088b4e200e
8 {
9 public static $files = array (
10 '5acfa953fb947d9c094f156813b35f4f' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/mbstring-loader.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'W' =>
15 array (
16 'WPFluent\\' => 9,
17 ),
18 'F' =>
19 array (
20 'FluentCommunity\\Modules\\' => 24,
21 'FluentCommunity\\Framework\\' => 26,
22 'FluentCommunity\\Dev\\' => 20,
23 'FluentCommunity\\App\\' => 20,
24 ),
25 );
26
27 public static $prefixDirsPsr4 = array (
28 'WPFluent\\' =>
29 array (
30 0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent',
31 ),
32 'FluentCommunity\\Modules\\' =>
33 array (
34 0 => __DIR__ . '/../..' . '/Modules',
35 ),
36 'FluentCommunity\\Framework\\' =>
37 array (
38 0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent',
39 ),
40 'FluentCommunity\\Dev\\' =>
41 array (
42 0 => __DIR__ . '/../..' . '/dev',
43 ),
44 'FluentCommunity\\App\\' =>
45 array (
46 0 => __DIR__ . '/../..' . '/app',
47 ),
48 );
49
50 public static $classMap = array (
51 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
52 'FluentCommunity\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php',
53 'FluentCommunity\\Database\\DBSeeder' => __DIR__ . '/../..' . '/database/DBSeeder.php',
54 'FluentCommunity\\Database\\Migrations\\FeedCommentsMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedCommentsMigrator.php',
55 'FluentCommunity\\Database\\Migrations\\FeedMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedMigrator.php',
56 'FluentCommunity\\Database\\Migrations\\FeedReactionsMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedReactionsMigrator.php',
57 'FluentCommunity\\Database\\Migrations\\FeedSpaceMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedSpaceMigrator.php',
58 'FluentCommunity\\Database\\Migrations\\FeedSpaceUserMigrator' => __DIR__ . '/../..' . '/database/Migrations/FeedSpaceUserMigrator.php',
59 'FluentCommunity\\Database\\Migrations\\MediaArchiveMigrator' => __DIR__ . '/../..' . '/database/Migrations/MediaArchiveMigrator.php',
60 'FluentCommunity\\Database\\Migrations\\MetaMigrator' => __DIR__ . '/../..' . '/database/Migrations/MetaMigrator.php',
61 'FluentCommunity\\Database\\Migrations\\NotificationUserMigrator' => __DIR__ . '/../..' . '/database/Migrations/NotificationUserMigrator.php',
62 'FluentCommunity\\Database\\Migrations\\NotificationsMigrator' => __DIR__ . '/../..' . '/database/Migrations/NotificationsMigrator.php',
63 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => __DIR__ . '/../..' . '/database/Migrations/TermFeedMigrator.php',
64 'FluentCommunity\\Database\\Migrations\\TermMigrator' => __DIR__ . '/../..' . '/database/Migrations/TermMigrator.php',
65 'FluentCommunity\\Database\\Migrations\\UserActivitiesMigrator' => __DIR__ . '/../..' . '/database/Migrations/UserActivitiesMigrator.php',
66 'FluentCommunity\\Database\\Migrations\\XProfileMigrator' => __DIR__ . '/../..' . '/database/Migrations/XProfileMigrator.php',
67 );
68
69 public static function getInitializer(ClassLoader $loader)
70 {
71 return \Closure::bind(function () use ($loader) {
72 $loader->prefixLengthsPsr4 = ComposerStaticInitb4f238457fc6612862e15e088b4e200e::$prefixLengthsPsr4;
73 $loader->prefixDirsPsr4 = ComposerStaticInitb4f238457fc6612862e15e088b4e200e::$prefixDirsPsr4;
74 $loader->classMap = ComposerStaticInitb4f238457fc6612862e15e088b4e200e::$classMap;
75
76 }, null, ClassLoader::class);
77 }
78 }
79