PluginProbe
Substack Importer / 1.0.3
Substack Importer v1.0.3
trunk 0.1.0 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0
substack-importer / vendor / composer / autoload_static.php

autoload_static.php in Substack Importer 1.0.3, at vendor/composer/autoload_static.php

29 lines 1.4 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 ComposerStaticInitfef516c94874684f9a55869e891c64a7
8 {
9 public static $classMap = array (
10 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
11 'Oxymel' => __DIR__ . '/..' . '/automattic/wxr-generator/lib/class-oxymel.php',
12 'OxymelException' => __DIR__ . '/..' . '/automattic/wxr-generator/lib/class-oxymel.php',
13 'SubstackImporter\\Converter' => __DIR__ . '/../..' . '/includes/class-converter.php',
14 'SubstackImporter\\Importer_Admin' => __DIR__ . '/../..' . '/includes/class-importer-admin.php',
15 'WXR_Generator\\Buffer_Writer' => __DIR__ . '/..' . '/automattic/wxr-generator/lib/class-buffer-writer.php',
16 'WXR_Generator\\File_Writer' => __DIR__ . '/..' . '/automattic/wxr-generator/lib/class-file-writer.php',
17 'WXR_Generator\\Generator' => __DIR__ . '/..' . '/automattic/wxr-generator/lib/class-generator.php',
18 'WXR_Generator\\Writer_Interface' => __DIR__ . '/..' . '/automattic/wxr-generator/lib/class-writer-interface.php',
19 );
20
21 public static function getInitializer(ClassLoader $loader)
22 {
23 return \Closure::bind(function () use ($loader) {
24 $loader->classMap = ComposerStaticInitfef516c94874684f9a55869e891c64a7::$classMap;
25
26 }, null, ClassLoader::class);
27 }
28 }
29