Current File : //var/webuzo-data/roundcube/public_html/plugins/libcalendaring/vendor/composer/autoload_static.php |
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitd0b923a92331e1f6ca1645ad69cd66f0
{
public static $files = array (
'383eaff206634a77a1be54e64e6459c7' => __DIR__ . '/..' . '/sabre/uri/lib/functions.php',
'3569eecfeed3bcf0bad3c998a494ecb8' => __DIR__ . '/..' . '/sabre/xml/lib/Deserializer/functions.php',
'93aa591bc4ca510c520999e34229ee79' => __DIR__ . '/..' . '/sabre/xml/lib/Serializer/functions.php',
);
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Sabre\\Xml\\' => 10,
'Sabre\\VObject\\' => 14,
'Sabre\\Uri\\' => 10,
),
);
public static $prefixDirsPsr4 = array (
'Sabre\\Xml\\' =>
array (
0 => __DIR__ . '/..' . '/sabre/xml/lib',
),
'Sabre\\VObject\\' =>
array (
0 => __DIR__ . '/..' . '/sabre/vobject/lib',
),
'Sabre\\Uri\\' =>
array (
0 => __DIR__ . '/..' . '/sabre/uri/lib',
),
);
public static $prefixesPsr0 = array (
'R' =>
array (
'Roundcube\\Composer' =>
array (
0 => __DIR__ . '/..' . '/roundcube/plugin-installer/src',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitd0b923a92331e1f6ca1645ad69cd66f0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitd0b923a92331e1f6ca1645ad69cd66f0::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitd0b923a92331e1f6ca1645ad69cd66f0::$prefixesPsr0;
}, null, ClassLoader::class);
}
}