PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.3.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.3.8
4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 4.2.1 All 138 releases
learnpress / vendor / composer / autoload_static.php

autoload_static.php in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.3.8, at vendor/composer/autoload_static.php

53 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 ComposerStaticInit689267a6df29b5461a161d5aef9ee377
8 {
9 public static $prefixLengthsPsr4 = array (
10 'T' =>
11 array (
12 'TijsVerkoyen\\CssToInlineStyles\\' => 31,
13 ),
14 'S' =>
15 array (
16 'Symfony\\Component\\CssSelector\\' => 30,
17 ),
18 'L' =>
19 array (
20 'LearnPress\\' => 11,
21 ),
22 );
23
24 public static $prefixDirsPsr4 = array (
25 'TijsVerkoyen\\CssToInlineStyles\\' =>
26 array (
27 0 => __DIR__ . '/..' . '/tijsverkoyen/css-to-inline-styles/src',
28 ),
29 'Symfony\\Component\\CssSelector\\' =>
30 array (
31 0 => __DIR__ . '/..' . '/symfony/css-selector',
32 ),
33 'LearnPress\\' =>
34 array (
35 0 => __DIR__ . '/../..' . '/inc',
36 ),
37 );
38
39 public static $classMap = array (
40 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
41 );
42
43 public static function getInitializer(ClassLoader $loader)
44 {
45 return \Closure::bind(function () use ($loader) {
46 $loader->prefixLengthsPsr4 = ComposerStaticInit689267a6df29b5461a161d5aef9ee377::$prefixLengthsPsr4;
47 $loader->prefixDirsPsr4 = ComposerStaticInit689267a6df29b5461a161d5aef9ee377::$prefixDirsPsr4;
48 $loader->classMap = ComposerStaticInit689267a6df29b5461a161d5aef9ee377::$classMap;
49
50 }, null, ClassLoader::class);
51 }
52 }
53