autoload_static.php in TMGMT Translator Smartling 8.4
File
vendor/composer/autoload_static.php
View source
<?php
namespace Composer\Autoload;
class ComposerStaticInit8078ef7da56eab6ad00d819d530f757a {
public static $prefixLengthsPsr4 = array(
'S' => array(
'Smartling\\' => 10,
),
'P' => array(
'Psr\\Log\\' => 8,
),
);
public static $prefixDirsPsr4 = array(
'Smartling\\' => array(
0 => __DIR__ . '/..' . '/smartling/api-sdk-php/src',
),
'Psr\\Log\\' => array(
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
);
public static function getInitializer(ClassLoader $loader) {
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit8078ef7da56eab6ad00d819d530f757a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8078ef7da56eab6ad00d819d530f757a::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}