10119ca25SAndreas Gohr<?php 20119ca25SAndreas Gohr 30119ca25SAndreas Gohr// autoload_static.php @generated by Composer 40119ca25SAndreas Gohr 50119ca25SAndreas Gohrnamespace Composer\Autoload; 60119ca25SAndreas Gohr 7*7f027680SAndreas Gohrclass ComposerStaticInitb71fb58cdf4c29fb0d05b258cce42b04 80119ca25SAndreas Gohr{ 90119ca25SAndreas Gohr public static $files = array ( 100119ca25SAndreas Gohr 'db356362850385d08a5381de2638b5fd' => __DIR__ . '/..' . '/mpdf/mpdf/src/functions.php', 110119ca25SAndreas Gohr ); 120119ca25SAndreas Gohr 130119ca25SAndreas Gohr public static $prefixLengthsPsr4 = array ( 140119ca25SAndreas Gohr 'P' => 150119ca25SAndreas Gohr array ( 160119ca25SAndreas Gohr 'Psr\\Log\\' => 8, 170119ca25SAndreas Gohr ), 180119ca25SAndreas Gohr 'M' => 190119ca25SAndreas Gohr array ( 200119ca25SAndreas Gohr 'Mpdf\\' => 5, 210119ca25SAndreas Gohr ), 220119ca25SAndreas Gohr ); 230119ca25SAndreas Gohr 240119ca25SAndreas Gohr public static $prefixDirsPsr4 = array ( 250119ca25SAndreas Gohr 'Psr\\Log\\' => 260119ca25SAndreas Gohr array ( 270119ca25SAndreas Gohr 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', 280119ca25SAndreas Gohr ), 290119ca25SAndreas Gohr 'Mpdf\\' => 300119ca25SAndreas Gohr array ( 310119ca25SAndreas Gohr 0 => __DIR__ . '/..' . '/mpdf/mpdf/src', 320119ca25SAndreas Gohr ), 330119ca25SAndreas Gohr ); 340119ca25SAndreas Gohr 350119ca25SAndreas Gohr public static $classMap = array ( 360119ca25SAndreas Gohr 'FPDF_TPL' => __DIR__ . '/..' . '/setasign/fpdi/fpdf_tpl.php', 370119ca25SAndreas Gohr 'FPDI' => __DIR__ . '/..' . '/setasign/fpdi/fpdi.php', 380119ca25SAndreas Gohr 'FilterASCII85' => __DIR__ . '/..' . '/setasign/fpdi/filters/FilterASCII85.php', 390119ca25SAndreas Gohr 'FilterASCIIHexDecode' => __DIR__ . '/..' . '/setasign/fpdi/filters/FilterASCIIHexDecode.php', 400119ca25SAndreas Gohr 'FilterLZW' => __DIR__ . '/..' . '/setasign/fpdi/filters/FilterLZW.php', 410119ca25SAndreas Gohr 'fpdi_pdf_parser' => __DIR__ . '/..' . '/setasign/fpdi/fpdi_pdf_parser.php', 420119ca25SAndreas Gohr 'pdf_context' => __DIR__ . '/..' . '/setasign/fpdi/pdf_context.php', 430119ca25SAndreas Gohr ); 440119ca25SAndreas Gohr 450119ca25SAndreas Gohr public static function getInitializer(ClassLoader $loader) 460119ca25SAndreas Gohr { 470119ca25SAndreas Gohr return \Closure::bind(function () use ($loader) { 48*7f027680SAndreas Gohr $loader->prefixLengthsPsr4 = ComposerStaticInitb71fb58cdf4c29fb0d05b258cce42b04::$prefixLengthsPsr4; 49*7f027680SAndreas Gohr $loader->prefixDirsPsr4 = ComposerStaticInitb71fb58cdf4c29fb0d05b258cce42b04::$prefixDirsPsr4; 50*7f027680SAndreas Gohr $loader->classMap = ComposerStaticInitb71fb58cdf4c29fb0d05b258cce42b04::$classMap; 510119ca25SAndreas Gohr 520119ca25SAndreas Gohr }, null, ClassLoader::class); 530119ca25SAndreas Gohr } 540119ca25SAndreas Gohr} 55