1<?php 2 3// autoload_static.php @generated by Composer 4 5namespace Composer\Autoload; 6 7class ComposerStaticInit622f4d56f01837977c7b6713717e8f3e 8{ 9 public static $prefixLengthsPsr4 = array ( 10 'j' => 11 array ( 12 'jucksearm\\barcode\\' => 18, 13 ), 14 'D' => 15 array ( 16 'DokuWiki\\Barcodes\\' => 18, 17 ), 18 ); 19 20 public static $prefixDirsPsr4 = array ( 21 'jucksearm\\barcode\\' => 22 array ( 23 0 => __DIR__ . '/..' . '/jucksearm/php-barcode', 24 ), 25 'DokuWiki\\Barcodes\\' => 26 array ( 27 0 => __DIR__ . '/../..' . '/lib', 28 ), 29 ); 30 31 public static $classMap = array ( 32 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 33 ); 34 35 public static function getInitializer(ClassLoader $loader) 36 { 37 return \Closure::bind(function () use ($loader) { 38 $loader->prefixLengthsPsr4 = ComposerStaticInit622f4d56f01837977c7b6713717e8f3e::$prefixLengthsPsr4; 39 $loader->prefixDirsPsr4 = ComposerStaticInit622f4d56f01837977c7b6713717e8f3e::$prefixDirsPsr4; 40 $loader->classMap = ComposerStaticInit622f4d56f01837977c7b6713717e8f3e::$classMap; 41 42 }, null, ClassLoader::class); 43 } 44} 45