PluginProbe
Hello Plus / 1.4.0
Hello Plus v1.4.0
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 All 30 releases
hello-plus / vendor / composer / autoload_static.php

autoload_static.php in Hello Plus 1.4.0, at vendor/composer/autoload_static.php

37 lines 1.1 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 ComposerStaticInit97b4e6da5d8307cd1f63b3c4b44e248a
8 {
9 public static $prefixLengthsPsr4 = array (
10 'E' =>
11 array (
12 'Elementor\\WPNotificationsPackage\\' => 33,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'Elementor\\WPNotificationsPackage\\' =>
18 array (
19 0 => __DIR__ . '/..' . '/elementor/wp-notifications-package/src',
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 = ComposerStaticInit97b4e6da5d8307cd1f63b3c4b44e248a::$prefixLengthsPsr4;
31 $loader->prefixDirsPsr4 = ComposerStaticInit97b4e6da5d8307cd1f63b3c4b44e248a::$prefixDirsPsr4;
32 $loader->classMap = ComposerStaticInit97b4e6da5d8307cd1f63b3c4b44e248a::$classMap;
33
34 }, null, ClassLoader::class);
35 }
36 }
37