%PDF- %PDF-
| Direktori : /www/varak.net/nextcloud.varak.net/apps/weather_status/composer/composer/ |
| Current File : /www/varak.net/nextcloud.varak.net/apps/weather_status/composer/composer/autoload_static.php |
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitWeatherStatus
{
public static $prefixLengthsPsr4 = array (
'O' =>
array (
'OCA\\WeatherStatus\\' => 18,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\WeatherStatus\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'OCA\\WeatherStatus\\AppInfo\\Application' => __DIR__ . '/..' . '/../lib/AppInfo/Application.php',
'OCA\\WeatherStatus\\Capabilities' => __DIR__ . '/..' . '/../lib/Capabilities.php',
'OCA\\WeatherStatus\\Controller\\WeatherStatusController' => __DIR__ . '/..' . '/../lib/Controller/WeatherStatusController.php',
'OCA\\WeatherStatus\\Listeners\\BeforeTemplateRenderedListener' => __DIR__ . '/..' . '/../lib/Listeners/BeforeTemplateRenderedListener.php',
'OCA\\WeatherStatus\\ResponseDefinitions' => __DIR__ . '/..' . '/../lib/ResponseDefinitions.php',
'OCA\\WeatherStatus\\Service\\WeatherStatusService' => __DIR__ . '/..' . '/../lib/Service/WeatherStatusService.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitWeatherStatus::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitWeatherStatus::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitWeatherStatus::$classMap;
}, null, ClassLoader::class);
}
}