mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-03-23 13:00:07 +01:00
74 lines
2.7 KiB
PHP
74 lines
2.7 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitda370287ab6d5b8a28188afe08f659c5
|
|
{
|
|
public static $files = array (
|
|
'7e9bd612cc444b3eed788ebbe46263a0' => __DIR__ . '/..' . '/laminas/laminas-zendframework-bridge/src/autoload.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'L' =>
|
|
array (
|
|
'Laminas\\ZendFrameworkBridge\\' => 28,
|
|
'Laminas\\Xml\\' => 12,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'Composer\\Semver\\' => 16,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Laminas\\ZendFrameworkBridge\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/laminas/laminas-zendframework-bridge/src',
|
|
),
|
|
'Laminas\\Xml\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/laminas/laminas-xml/src',
|
|
),
|
|
'Composer\\Semver\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/composer/semver/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'P' =>
|
|
array (
|
|
'PicoFeed' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/p3k/picofeed/lib',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Grav\\Plugin\\AdminPlugin' => __DIR__ . '/../..' . '/admin.php',
|
|
'Grav\\Plugin\\Admin\\Admin' => __DIR__ . '/../..' . '/classes/admin.php',
|
|
'Grav\\Plugin\\Admin\\AdminBaseController' => __DIR__ . '/../..' . '/classes/adminbasecontroller.php',
|
|
'Grav\\Plugin\\Admin\\AdminController' => __DIR__ . '/../..' . '/classes/admincontroller.php',
|
|
'Grav\\Plugin\\Admin\\Gpm' => __DIR__ . '/../..' . '/classes/gpm.php',
|
|
'Grav\\Plugin\\Admin\\Popularity' => __DIR__ . '/../..' . '/classes/popularity.php',
|
|
'Grav\\Plugin\\Admin\\Router' => __DIR__ . '/../..' . '/classes/Router.php',
|
|
'Grav\\Plugin\\Admin\\Themes' => __DIR__ . '/../..' . '/classes/themes.php',
|
|
'Grav\\Plugin\\Admin\\Twig\\AdminTwigExtension' => __DIR__ . '/../..' . '/classes/Twig/AdminTwigExtension.php',
|
|
'Grav\\Plugin\\Admin\\Utils' => __DIR__ . '/../..' . '/classes/utils.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitda370287ab6d5b8a28188afe08f659c5::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitda370287ab6d5b8a28188afe08f659c5::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInitda370287ab6d5b8a28188afe08f659c5::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInitda370287ab6d5b8a28188afe08f659c5::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|