# posts-data-table/1.3.6/vendor/composer/autoload_static.php

Posts Table with Search &amp; Sort, version 1.3.6. 41 lines.

- Page: https://pluginprobe.com/plugins/posts-data-table/1.3.6/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/posts-data-table/1.3.6/raw/vendor/composer/autoload_static.php
- Modified: 2020-08-13T17:46:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/posts-data-table/1.3.6/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitfb3a4de6c50f8f4e22675e159c48cfe4
{
    public static $files = array (
        '6e0964b6067f0d2c3111d0b1361110f6' => __DIR__ . '/../..' . '/src/deprecated.php',
    );

    public static $prefixLengthsPsr4 = array (
        'B' => 
        array (
            'Barn2\\Plugin\\Posts_Table_Search_Sort\\' => 37,
            'Barn2\\PTS_Lib\\' => 14,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Barn2\\Plugin\\Posts_Table_Search_Sort\\' => 
        array (
            0 => __DIR__ . '/../..' . '/src',
        ),
        'Barn2\\PTS_Lib\\' => 
        array (
            0 => __DIR__ . '/../..' . '/lib',
        ),
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInitfb3a4de6c50f8f4e22675e159c48cfe4::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInitfb3a4de6c50f8f4e22675e159c48cfe4::$prefixDirsPsr4;

        }, null, ClassLoader::class);
    }
}

```
