mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
* 🐛 Avoid autoloaders class name conflict by ensuring all existing have a unique name * 🐛 Redump itop-attachments autoloaders for correct suffix
41 lines
1.6 KiB
PHP
41 lines
1.6 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit285a4d33f818950c151bb893193d2cce
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'C' =>
|
|
array (
|
|
'Combodo\\iTop\\OAuthClient\\' => 25,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Combodo\\iTop\\OAuthClient\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Combodo\\iTop\\OAuthClient\\Controller\\AjaxOauthClientController' => __DIR__ . '/../..' . '/src/Controller/AjaxOauthClientController.php',
|
|
'Combodo\\iTop\\OAuthClient\\Controller\\OAuthClientController' => __DIR__ . '/../..' . '/src/Controller/OAuthClientController.php',
|
|
'Combodo\\iTop\\OAuthClient\\Service\\ApplicationUIExtension' => __DIR__ . '/../..' . '/src/Service/ApplicationUIExtension.php',
|
|
'Combodo\\iTop\\OAuthClient\\Service\\PopupMenuExtension' => __DIR__ . '/../..' . '/src/Service/PopupMenuExtension.php',
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit285a4d33f818950c151bb893193d2cce::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit285a4d33f818950c151bb893193d2cce::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit285a4d33f818950c151bb893193d2cce::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|