PluginProbe
Timetics – Appointment Booking Calendar & Scheduling / 1.0.62
Timetics – Appointment Booking Calendar & Scheduling v1.0.62
1.0.62 1.0.63 1.0.61 1.0.60 1.0.59 1.0.58 1.0.57 1.0.56 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 All 64 releases
timetics / vendor / composer / autoload_static.php

autoload_static.php in Timetics – Appointment Booking Calendar & Scheduling 1.0.62, at vendor/composer/autoload_static.php

77 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 ComposerStaticInitb20117cddd741a51e3bb6f90a34768e1
8 {
9 public static $files = array (
10 '65bd208c04f25e98cf12b5c37b014f1e' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Utils/global-helpers.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'U' =>
15 array (
16 'UninstallerForm\\' => 16,
17 ),
18 'E' =>
19 array (
20 'Ens\\' => 4,
21 ),
22 'A' =>
23 array (
24 'Arraytics\\ToolsSdk\\' => 19,
25 ),
26 );
27
28 public static $prefixDirsPsr4 = array (
29 'UninstallerForm\\' =>
30 array (
31 0 => __DIR__ . '/..' . '/themewinter/uninstaller_form/src',
32 ),
33 'Ens\\' =>
34 array (
35 0 => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src',
36 ),
37 'Arraytics\\ToolsSdk\\' =>
38 array (
39 0 => __DIR__ . '/..' . '/arraytics/tools-sdk/src',
40 ),
41 );
42
43 public static $classMap = array (
44 'Arraytics\\ToolsSdk\\Extension' => __DIR__ . '/..' . '/arraytics/tools-sdk/src/Extension.php',
45 'Arraytics\\ToolsSdk\\PluginManager' => __DIR__ . '/..' . '/arraytics/tools-sdk/src/PluginManager.php',
46 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
47 'Ens\\Assets\\Enqueue' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Assets/Enqueue.php',
48 'Ens\\Base\\ForwardCalls' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Base/ForwardCalls.php',
49 'Ens\\Base\\PostModel' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Base/PostModel.php',
50 'Ens\\Core\\SDK' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Core/SDK.php',
51 'Ens\\Email\\EmailSender' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Email/EmailSender.php',
52 'Ens\\Flow\\Flow' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Flow/Flow.php',
53 'Ens\\Flow\\FlowAPI' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Flow/FlowAPI.php',
54 'Ens\\Flow\\FlowCPT' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Flow/FlowCPT.php',
55 'Ens\\Flow\\FlowManager' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Flow/FlowManager.php',
56 'Ens\\Hook\\ActionListener' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Hook/ActionListener.php',
57 'Ens\\Utils\\Helpers' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Utils/Helpers.php',
58 'Ens\\Whatsapp\\MetaCloudProvider' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Whatsapp/MetaCloudProvider.php',
59 'Ens\\Whatsapp\\TemplatesAPI' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Whatsapp/TemplatesAPI.php',
60 'Ens\\Whatsapp\\WhatsappSender' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Whatsapp/WhatsappSender.php',
61 'UninstallerForm\\Api\\FeedbackController' => __DIR__ . '/..' . '/themewinter/uninstaller_form/src/Api/FeedbackController.php',
62 'UninstallerForm\\HookRegistrar' => __DIR__ . '/..' . '/themewinter/uninstaller_form/src/HookRegistrar.php',
63 'UninstallerForm\\Support\\Localizer' => __DIR__ . '/..' . '/themewinter/uninstaller_form/src/Support/Localizer.php',
64 'UninstallerForm\\UninstallerForm' => __DIR__ . '/..' . '/themewinter/uninstaller_form/src/UninstallerForm.php',
65 );
66
67 public static function getInitializer(ClassLoader $loader)
68 {
69 return \Closure::bind(function () use ($loader) {
70 $loader->prefixLengthsPsr4 = ComposerStaticInitb20117cddd741a51e3bb6f90a34768e1::$prefixLengthsPsr4;
71 $loader->prefixDirsPsr4 = ComposerStaticInitb20117cddd741a51e3bb6f90a34768e1::$prefixDirsPsr4;
72 $loader->classMap = ComposerStaticInitb20117cddd741a51e3bb6f90a34768e1::$classMap;
73
74 }, null, ClassLoader::class);
75 }
76 }
77