1*0119ca25SAndreas Gohr<?php 2*0119ca25SAndreas Gohr 3*0119ca25SAndreas Gohr// autoload_static.php @generated by Composer 4*0119ca25SAndreas Gohr 5*0119ca25SAndreas Gohrnamespace Composer\Autoload; 6*0119ca25SAndreas Gohr 7*0119ca25SAndreas Gohrclass ComposerStaticInitaa138001db6bc140374d2773a3383aec 8*0119ca25SAndreas Gohr{ 9*0119ca25SAndreas Gohr public static $files = array ( 10*0119ca25SAndreas Gohr 'db356362850385d08a5381de2638b5fd' => __DIR__ . '/..' . '/mpdf/mpdf/src/functions.php', 11*0119ca25SAndreas Gohr ); 12*0119ca25SAndreas Gohr 13*0119ca25SAndreas Gohr public static $prefixLengthsPsr4 = array ( 14*0119ca25SAndreas Gohr 'P' => 15*0119ca25SAndreas Gohr array ( 16*0119ca25SAndreas Gohr 'Psr\\Log\\' => 8, 17*0119ca25SAndreas Gohr ), 18*0119ca25SAndreas Gohr 'M' => 19*0119ca25SAndreas Gohr array ( 20*0119ca25SAndreas Gohr 'Mpdf\\' => 5, 21*0119ca25SAndreas Gohr ), 22*0119ca25SAndreas Gohr ); 23*0119ca25SAndreas Gohr 24*0119ca25SAndreas Gohr public static $prefixDirsPsr4 = array ( 25*0119ca25SAndreas Gohr 'Psr\\Log\\' => 26*0119ca25SAndreas Gohr array ( 27*0119ca25SAndreas Gohr 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', 28*0119ca25SAndreas Gohr ), 29*0119ca25SAndreas Gohr 'Mpdf\\' => 30*0119ca25SAndreas Gohr array ( 31*0119ca25SAndreas Gohr 0 => __DIR__ . '/..' . '/mpdf/mpdf/src', 32*0119ca25SAndreas Gohr ), 33*0119ca25SAndreas Gohr ); 34*0119ca25SAndreas Gohr 35*0119ca25SAndreas Gohr public static $classMap = array ( 36*0119ca25SAndreas Gohr 'FPDF_TPL' => __DIR__ . '/..' . '/setasign/fpdi/fpdf_tpl.php', 37*0119ca25SAndreas Gohr 'FPDI' => __DIR__ . '/..' . '/setasign/fpdi/fpdi.php', 38*0119ca25SAndreas Gohr 'FilterASCII85' => __DIR__ . '/..' . '/setasign/fpdi/filters/FilterASCII85.php', 39*0119ca25SAndreas Gohr 'FilterASCIIHexDecode' => __DIR__ . '/..' . '/setasign/fpdi/filters/FilterASCIIHexDecode.php', 40*0119ca25SAndreas Gohr 'FilterLZW' => __DIR__ . '/..' . '/setasign/fpdi/filters/FilterLZW.php', 41*0119ca25SAndreas Gohr 'fpdi_pdf_parser' => __DIR__ . '/..' . '/setasign/fpdi/fpdi_pdf_parser.php', 42*0119ca25SAndreas Gohr 'pdf_context' => __DIR__ . '/..' . '/setasign/fpdi/pdf_context.php', 43*0119ca25SAndreas Gohr ); 44*0119ca25SAndreas Gohr 45*0119ca25SAndreas Gohr public static function getInitializer(ClassLoader $loader) 46*0119ca25SAndreas Gohr { 47*0119ca25SAndreas Gohr return \Closure::bind(function () use ($loader) { 48*0119ca25SAndreas Gohr $loader->prefixLengthsPsr4 = ComposerStaticInitaa138001db6bc140374d2773a3383aec::$prefixLengthsPsr4; 49*0119ca25SAndreas Gohr $loader->prefixDirsPsr4 = ComposerStaticInitaa138001db6bc140374d2773a3383aec::$prefixDirsPsr4; 50*0119ca25SAndreas Gohr $loader->classMap = ComposerStaticInitaa138001db6bc140374d2773a3383aec::$classMap; 51*0119ca25SAndreas Gohr 52*0119ca25SAndreas Gohr }, null, ClassLoader::class); 53*0119ca25SAndreas Gohr } 54*0119ca25SAndreas Gohr} 55