PluginProbe
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More / 2.3.1
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More v2.3.1
2.4.0 2.3.4 2.3.3 2.3.2 2.3.1 2.3.0 2.2.2 2.2.1 2.2.0 2.1.2 2.1.1 trunk 0.0.1 0.0.2 0.0.3 0.0.4 0.0.5 0.0.6 0.0.7 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 All 67 releases
better-payment / vendor / composer / autoload_static.php

autoload_static.php in Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More 2.3.1, at vendor/composer/autoload_static.php

58 lines 1.7 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 ComposerStaticInit64664aa8586b7bc862e85a42a884fd05
8 {
9 public static $files = array (
10 '9e4824c5afbdc1482b6025ce3d4dfde8' => __DIR__ . '/..' . '/league/csv/src/functions_include.php',
11 '008714da6a16824688fb4ec5a1101c20' => __DIR__ . '/../..' . '/includes/functions.php',
12 );
13
14 public static $prefixLengthsPsr4 = array (
15 'P' =>
16 array (
17 'PriyoMukul\\WPNotice\\' => 20,
18 ),
19 'L' =>
20 array (
21 'League\\Csv\\' => 11,
22 ),
23 'B' =>
24 array (
25 'Better_Payment\\Lite\\' => 20,
26 ),
27 );
28
29 public static $prefixDirsPsr4 = array (
30 'PriyoMukul\\WPNotice\\' =>
31 array (
32 0 => __DIR__ . '/..' . '/priyomukul/wp-notice/src',
33 ),
34 'League\\Csv\\' =>
35 array (
36 0 => __DIR__ . '/..' . '/league/csv/src',
37 ),
38 'Better_Payment\\Lite\\' =>
39 array (
40 0 => __DIR__ . '/../..' . '/includes',
41 ),
42 );
43
44 public static $classMap = array (
45 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
46 );
47
48 public static function getInitializer(ClassLoader $loader)
49 {
50 return \Closure::bind(function () use ($loader) {
51 $loader->prefixLengthsPsr4 = ComposerStaticInit64664aa8586b7bc862e85a42a884fd05::$prefixLengthsPsr4;
52 $loader->prefixDirsPsr4 = ComposerStaticInit64664aa8586b7bc862e85a42a884fd05::$prefixDirsPsr4;
53 $loader->classMap = ComposerStaticInit64664aa8586b7bc862e85a42a884fd05::$classMap;
54
55 }, null, ClassLoader::class);
56 }
57 }
58