PluginProbe
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel / 1.0
FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel v1.0
1.7.1 1.7.0 1.6.0 1.5.2 trunk 0.1 0.2.0 0.2.1 0.3 0.3.1 0.3.2 0.3.3 0.3.4 0.4 0.4.1 0.4.2 0.4.3 1.0 1.1 1.2 1.3.1 1.4.0 1.4.1 1.5.0 1.5.1 All 26 releases
flywp / vendor / composer / autoload_static.php

autoload_static.php in FlyWP Helper – Page Cache, Page Optimization, Emails for FlyWP Server Control Panel 1.0, at vendor/composer/autoload_static.php

70 lines 3.3 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 ComposerStaticInit3367d7dc99b78433141daa7e46cd92f4
8 {
9 public static $prefixLengthsPsr4 = array (
10 'W' =>
11 array (
12 'WeDevs\\WpUtils\\' => 15,
13 ),
14 'F' =>
15 array (
16 'FlyWP\\' => 6,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'WeDevs\\WpUtils\\' =>
22 array (
23 0 => __DIR__ . '/..' . '/wedevs/wp-utils/src',
24 ),
25 'FlyWP\\' =>
26 array (
27 0 => __DIR__ . '/../..' . '/includes',
28 ),
29 );
30
31 public static $classMap = array (
32 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
33 'FlyWP\\Admin' => __DIR__ . '/../..' . '/includes/Admin.php',
34 'FlyWP\\Admin\\Adminbar' => __DIR__ . '/../..' . '/includes/Admin/Adminbar.php',
35 'FlyWP\\Admin\\Email' => __DIR__ . '/../..' . '/includes/Admin/Email.php',
36 'FlyWP\\Admin\\Fastcgi_Cache' => __DIR__ . '/../..' . '/includes/Admin/Fastcgi_Cache.php',
37 'FlyWP\\Admin\\Opcache' => __DIR__ . '/../..' . '/includes/Admin/Opcache.php',
38 'FlyWP\\Admin\\Plugins' => __DIR__ . '/../..' . '/includes/Admin/Plugins.php',
39 'FlyWP\\Api' => __DIR__ . '/../..' . '/includes/Api.php',
40 'FlyWP\\Api\\Fastcgi_Cache' => __DIR__ . '/../..' . '/includes/Api/Fastcgi_Cache.php',
41 'FlyWP\\Api\\Health' => __DIR__ . '/../..' . '/includes/Api/Health.php',
42 'FlyWP\\Api\\Ping' => __DIR__ . '/../..' . '/includes/Api/Ping.php',
43 'FlyWP\\Api\\Plugins' => __DIR__ . '/../..' . '/includes/Api/Plugins.php',
44 'FlyWP\\Api\\Themes' => __DIR__ . '/../..' . '/includes/Api/Themes.php',
45 'FlyWP\\Api\\Updates' => __DIR__ . '/../..' . '/includes/Api/Updates.php',
46 'FlyWP\\Email' => __DIR__ . '/../..' . '/includes/Email.php',
47 'FlyWP\\Fastcgi_Cache' => __DIR__ . '/../..' . '/includes/Fastcgi_Cache.php',
48 'FlyWP\\FlyApi' => __DIR__ . '/../..' . '/includes/FlyApi.php',
49 'FlyWP\\Frontend' => __DIR__ . '/../..' . '/includes/Frontend.php',
50 'FlyWP\\Frontend\\MagicLogin' => __DIR__ . '/../..' . '/includes/Frontend/MagicLogin.php',
51 'FlyWP\\Helper' => __DIR__ . '/../..' . '/includes/Helper.php',
52 'FlyWP\\Opcache' => __DIR__ . '/../..' . '/includes/Opcache.php',
53 'FlyWP\\Router' => __DIR__ . '/../..' . '/includes/Router.php',
54 'WeDevs\\WpUtils\\ContainerTrait' => __DIR__ . '/..' . '/wedevs/wp-utils/src/ContainerTrait.php',
55 'WeDevs\\WpUtils\\HookTrait' => __DIR__ . '/..' . '/wedevs/wp-utils/src/HookTrait.php',
56 'WeDevs\\WpUtils\\LogTrait' => __DIR__ . '/..' . '/wedevs/wp-utils/src/LogTrait.php',
57 'WeDevs\\WpUtils\\SingletonTrait' => __DIR__ . '/..' . '/wedevs/wp-utils/src/SingletonTrait.php',
58 );
59
60 public static function getInitializer(ClassLoader $loader)
61 {
62 return \Closure::bind(function () use ($loader) {
63 $loader->prefixLengthsPsr4 = ComposerStaticInit3367d7dc99b78433141daa7e46cd92f4::$prefixLengthsPsr4;
64 $loader->prefixDirsPsr4 = ComposerStaticInit3367d7dc99b78433141daa7e46cd92f4::$prefixDirsPsr4;
65 $loader->classMap = ComposerStaticInit3367d7dc99b78433141daa7e46cd92f4::$classMap;
66
67 }, null, ClassLoader::class);
68 }
69 }
70