PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.2.9
Easy Elements for Elementor – Addons & Website Templates v1.2.9
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / vendor / composer / autoload_static.php

autoload_static.php in Easy Elements for Elementor – Addons & Website Templates 1.2.9, at vendor/composer/autoload_static.php

54 lines 1.5 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 ComposerStaticInit1b43dd21c1ca28f374a641878a025cea
8 {
9 public static $files = array (
10 'ba272bb9d1de274c8c55705d09d653f4' => __DIR__ . '/../..' . '/includes/helper-functions.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'E' =>
15 array (
16 'Easyel\\EasyElements\\Widgets\\' => 28,
17 'Easyel\\EasyElements\\' => 20,
18 ),
19 'A' =>
20 array (
21 'Appsero\\' => 8,
22 ),
23 );
24
25 public static $prefixDirsPsr4 = array (
26 'Easyel\\EasyElements\\Widgets\\' =>
27 array (
28 0 => __DIR__ . '/../..' . '/widgets',
29 ),
30 'Easyel\\EasyElements\\' =>
31 array (
32 0 => __DIR__ . '/../..' . '/includes',
33 ),
34 'Appsero\\' =>
35 array (
36 0 => __DIR__ . '/..' . '/appsero/client/src',
37 ),
38 );
39
40 public static $classMap = array (
41 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
42 );
43
44 public static function getInitializer(ClassLoader $loader)
45 {
46 return \Closure::bind(function () use ($loader) {
47 $loader->prefixLengthsPsr4 = ComposerStaticInit1b43dd21c1ca28f374a641878a025cea::$prefixLengthsPsr4;
48 $loader->prefixDirsPsr4 = ComposerStaticInit1b43dd21c1ca28f374a641878a025cea::$prefixDirsPsr4;
49 $loader->classMap = ComposerStaticInit1b43dd21c1ca28f374a641878a025cea::$classMap;
50
51 }, null, ClassLoader::class);
52 }
53 }
54