65 lines
2.6 KiB
PHP
65 lines
2.6 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit31f994310b2c7d6f9759f25f664a2dcc
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'N' =>
|
|
array (
|
|
'No3x\\WPML\\Tests\\Helper\\' => 23,
|
|
'No3x\\WPML\\Tests\\' => 16,
|
|
'No3x\\WPML\\Migration\\' => 20,
|
|
'No3x\\WPML\\Helpers\\' => 18,
|
|
'No3x\\WPML\\Admin\\' => 16,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'No3x\\WPML\\Tests\\Helper\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/tests/helper',
|
|
),
|
|
'No3x\\WPML\\Tests\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/tests/phpunit/tests',
|
|
),
|
|
'No3x\\WPML\\Migration\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src/inc/Migration',
|
|
),
|
|
'No3x\\WPML\\Helpers\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src/inc/Helpers',
|
|
),
|
|
'No3x\\WPML\\Admin\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src/inc/Admin',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'No3x\\WPML\\Admin\\EmailLogsTab' => __DIR__ . '/../..' . '/src/inc/Admin/EmailLogsTab.php',
|
|
'No3x\\WPML\\Admin\\SMTPTab' => __DIR__ . '/../..' . '/src/inc/Admin/SMTPTab.php',
|
|
'No3x\\WPML\\Admin\\SettingsTab' => __DIR__ . '/../..' . '/src/inc/Admin/SettingsTab.php',
|
|
'No3x\\WPML\\Helpers\\PluginSilentUpgrader' => __DIR__ . '/../..' . '/src/inc/Helpers/PluginSilentUpgrader.php',
|
|
'No3x\\WPML\\Helpers\\PluginSilentUpgraderSkin' => __DIR__ . '/../..' . '/src/inc/Helpers/PluginSilentUpgraderSkin.php',
|
|
'No3x\\WPML\\Migration\\Migration' => __DIR__ . '/../..' . '/src/inc/Migration/Migration.php',
|
|
'No3x\\WPML\\Tests\\Helper\\WPML_IntegrationTestCase' => __DIR__ . '/../..' . '/tests/helper/WPML_IntegrationTestCase.php',
|
|
'No3x\\WPML\\Tests\\Helper\\WPMailArrayBuilder' => __DIR__ . '/../..' . '/tests/helper/WPMailArrayBuilder.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit31f994310b2c7d6f9759f25f664a2dcc::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit31f994310b2c7d6f9759f25f664a2dcc::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit31f994310b2c7d6f9759f25f664a2dcc::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|