PluginProbe
Scrollsequence – Cinematic Scroll Image Animation Plugin / 1.4.6
Scrollsequence – Cinematic Scroll Image Animation Plugin v1.4.6
1.4.3 1.4.4 1.4.5 1.4.6 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 trunk 0.9.92 0.9.93 0.9.94 0.9.96 1.0.072 1.0.073 All 61 releases
scrollsequence / includes / carbonfields / composer / autoload_static.php

autoload_static.php in Scrollsequence – Cinematic Scroll Image Animation Plugin 1.4.6, at includes/carbonfields/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 ComposerStaticInitb8f758f211e72160ec3247b8fcd486f4
8 {
9 public static $prefixLengthsPsr4 = array (
10 'C' =>
11 array (
12 'Carbon_Fields\\' => 14,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'Carbon_Fields\\' =>
18 array (
19 0 => __DIR__ . '/..' . '/htmlburger/carbon-fields/core',
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 = ComposerStaticInitb8f758f211e72160ec3247b8fcd486f4::$prefixLengthsPsr4;
31 $loader->prefixDirsPsr4 = ComposerStaticInitb8f758f211e72160ec3247b8fcd486f4::$prefixDirsPsr4;
32 $loader->classMap = ComposerStaticInitb8f758f211e72160ec3247b8fcd486f4::$classMap;
33
34 }, null, ClassLoader::class);
35 }
36 }
37