PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 1.2
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v1.2
3.3.1 V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 All 138 releases
bit-form / vendor / composer / autoload_static.php

autoload_static.php in Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder 1.2, at vendor/composer/autoload_static.php

37 lines 1.0 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 ComposerStaticInit06ab5552c9fad03f3059fabf39ce8f74
8 {
9 public static $prefixLengthsPsr4 = array (
10 'B' =>
11 array (
12 'BitCode\\BitForm\\' => 16,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'BitCode\\BitForm\\' =>
18 array (
19 0 => __DIR__ . '/../..' . '/includes',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 );
26
27 public static function getInitializer(ClassLoader $loader)
28 {
29 return \Closure::bind(function () use ($loader) {
30 $loader->prefixLengthsPsr4 = ComposerStaticInit06ab5552c9fad03f3059fabf39ce8f74::$prefixLengthsPsr4;
31 $loader->prefixDirsPsr4 = ComposerStaticInit06ab5552c9fad03f3059fabf39ce8f74::$prefixDirsPsr4;
32 $loader->classMap = ComposerStaticInit06ab5552c9fad03f3059fabf39ce8f74::$classMap;
33
34 }, null, ClassLoader::class);
35 }
36 }
37