PluginProbe
Timetics – Appointment Booking Calendar & Scheduling / 1.0.58
Timetics – Appointment Booking Calendar & Scheduling v1.0.58
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 1.0.23 1.0.24 All 62 releases
timetics / vendor / composer / autoload_static.php

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

45 lines 1.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 ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9
8 {
9 public static $prefixLengthsPsr4 = array (
10 'U' =>
11 array (
12 'UninstallerForm\\' => 16,
13 ),
14 'A' =>
15 array (
16 'Arraytics\\ToolsSdk\\' => 19,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'UninstallerForm\\' =>
22 array (
23 0 => __DIR__ . '/..' . '/themewinter/uninstaller_form/src',
24 ),
25 'Arraytics\\ToolsSdk\\' =>
26 array (
27 0 => __DIR__ . '/..' . '/arraytics/tools-sdk/src',
28 ),
29 );
30
31 public static $classMap = array (
32 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
33 );
34
35 public static function getInitializer(ClassLoader $loader)
36 {
37 return \Closure::bind(function () use ($loader) {
38 $loader->prefixLengthsPsr4 = ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9::$prefixLengthsPsr4;
39 $loader->prefixDirsPsr4 = ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9::$prefixDirsPsr4;
40 $loader->classMap = ComposerStaticInitd02707597fbf5927c7666b74bdb40ea9::$classMap;
41
42 }, null, ClassLoader::class);
43 }
44 }
45