PluginProbe
Posts Table with Search & Sort / 1.3.6
Posts Table with Search & Sort v1.3.6
1.4.13 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2 1.3 1.3.1 1.3.1-v2 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 All 40 releases
posts-data-table / vendor / composer / autoload_static.php

autoload_static.php in Posts Table with Search & Sort 1.3.6, at vendor/composer/autoload_static.php

41 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 ComposerStaticInitfb3a4de6c50f8f4e22675e159c48cfe4
8 {
9 public static $files = array (
10 '6e0964b6067f0d2c3111d0b1361110f6' => __DIR__ . '/../..' . '/src/deprecated.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'B' =>
15 array (
16 'Barn2\\Plugin\\Posts_Table_Search_Sort\\' => 37,
17 'Barn2\\PTS_Lib\\' => 14,
18 ),
19 );
20
21 public static $prefixDirsPsr4 = array (
22 'Barn2\\Plugin\\Posts_Table_Search_Sort\\' =>
23 array (
24 0 => __DIR__ . '/../..' . '/src',
25 ),
26 'Barn2\\PTS_Lib\\' =>
27 array (
28 0 => __DIR__ . '/../..' . '/lib',
29 ),
30 );
31
32 public static function getInitializer(ClassLoader $loader)
33 {
34 return \Closure::bind(function () use ($loader) {
35 $loader->prefixLengthsPsr4 = ComposerStaticInitfb3a4de6c50f8f4e22675e159c48cfe4::$prefixLengthsPsr4;
36 $loader->prefixDirsPsr4 = ComposerStaticInitfb3a4de6c50f8f4e22675e159c48cfe4::$prefixDirsPsr4;
37
38 }, null, ClassLoader::class);
39 }
40 }
41