1<?php 2 3// autoload_static.php @generated by Composer 4 5namespace Composer\Autoload; 6 7class ComposerStaticInit19cd441df9c39b4d4ac3b637fe5c3a69 8{ 9 public static $files = array ( 10 '383eaff206634a77a1be54e64e6459c7' => __DIR__ . '/..' . '/sabre/uri/lib/functions.php', 11 '3569eecfeed3bcf0bad3c998a494ecb8' => __DIR__ . '/..' . '/sabre/xml/lib/Deserializer/functions.php', 12 '93aa591bc4ca510c520999e34229ee79' => __DIR__ . '/..' . '/sabre/xml/lib/Serializer/functions.php', 13 ); 14 15 public static $prefixLengthsPsr4 = array ( 16 'S' => 17 array ( 18 'Sabre\\Xml\\' => 10, 19 'Sabre\\VObject\\' => 14, 20 'Sabre\\Uri\\' => 10, 21 ), 22 ); 23 24 public static $prefixDirsPsr4 = array ( 25 'Sabre\\Xml\\' => 26 array ( 27 0 => __DIR__ . '/..' . '/sabre/xml/lib', 28 ), 29 'Sabre\\VObject\\' => 30 array ( 31 0 => __DIR__ . '/..' . '/sabre/vobject/lib', 32 ), 33 'Sabre\\Uri\\' => 34 array ( 35 0 => __DIR__ . '/..' . '/sabre/uri/lib', 36 ), 37 ); 38 39 public static function getInitializer(ClassLoader $loader) 40 { 41 return \Closure::bind(function () use ($loader) { 42 $loader->prefixLengthsPsr4 = ComposerStaticInit19cd441df9c39b4d4ac3b637fe5c3a69::$prefixLengthsPsr4; 43 $loader->prefixDirsPsr4 = ComposerStaticInit19cd441df9c39b4d4ac3b637fe5c3a69::$prefixDirsPsr4; 44 45 }, null, ClassLoader::class); 46 } 47} 48