PluginProbe
WebTotem Security / 3.0.1
WebTotem Security v3.0.1
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / vendor / composer / autoload_static.php

autoload_static.php in WebTotem Security 3.0.1, at vendor/composer/autoload_static.php

55 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 ComposerStaticInit314baf2af2cce802896efec2d91aec39
8 {
9 public static $files = array (
10 '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
11 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
12 );
13
14 public static $prefixLengthsPsr4 = array (
15 'T' =>
16 array (
17 'Twig\\' => 5,
18 ),
19 'S' =>
20 array (
21 'Symfony\\Polyfill\\Mbstring\\' => 26,
22 'Symfony\\Polyfill\\Ctype\\' => 23,
23 ),
24 );
25
26 public static $prefixDirsPsr4 = array (
27 'Twig\\' =>
28 array (
29 0 => __DIR__ . '/..' . '/twig/twig/src',
30 ),
31 'Symfony\\Polyfill\\Mbstring\\' =>
32 array (
33 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
34 ),
35 'Symfony\\Polyfill\\Ctype\\' =>
36 array (
37 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
38 ),
39 );
40
41 public static $classMap = array (
42 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
43 );
44
45 public static function getInitializer(ClassLoader $loader)
46 {
47 return \Closure::bind(function () use ($loader) {
48 $loader->prefixLengthsPsr4 = ComposerStaticInit314baf2af2cce802896efec2d91aec39::$prefixLengthsPsr4;
49 $loader->prefixDirsPsr4 = ComposerStaticInit314baf2af2cce802896efec2d91aec39::$prefixDirsPsr4;
50 $loader->classMap = ComposerStaticInit314baf2af2cce802896efec2d91aec39::$classMap;
51
52 }, null, ClassLoader::class);
53 }
54 }
55