source: trunk/client/inc/hpdf5/composer/autoload_static.php@ 347

Last change on this file since 347 was 347, checked in by roby, 3 years ago

Aggiornamento per compatibilità con php7.4

File size: 2.2 KB
Line 
1<?php
2
3// autoload_static.php @generated by Composer
4
5namespace Composer\Autoload;
6
7class ComposerStaticInitc27c195231e768c056a54e328866335a
8{
9 public static $prefixLengthsPsr4 = array (
10 'S' =>
11 array (
12 'Spipu\\Html2Pdf\\' => 15,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'Spipu\\Html2Pdf\\' =>
18 array (
19 0 => __DIR__ . '/..' . '/spipu/html2pdf/src',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 'Datamatrix' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/datamatrix.php',
26 'PDF417' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/pdf417.php',
27 'QRcode' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/qrcode.php',
28 'TCPDF' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf.php',
29 'TCPDF2DBarcode' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_barcodes_2d.php',
30 'TCPDFBarcode' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_barcodes_1d.php',
31 'TCPDF_COLORS' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_colors.php',
32 'TCPDF_FILTERS' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_filters.php',
33 'TCPDF_FONTS' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_fonts.php',
34 'TCPDF_FONT_DATA' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_font_data.php',
35 'TCPDF_IMAGES' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_images.php',
36 'TCPDF_IMPORT' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_import.php',
37 'TCPDF_PARSER' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_parser.php',
38 'TCPDF_STATIC' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_static.php',
39 );
40
41 public static function getInitializer(ClassLoader $loader)
42 {
43 return \Closure::bind(function () use ($loader) {
44 $loader->prefixLengthsPsr4 = ComposerStaticInitc27c195231e768c056a54e328866335a::$prefixLengthsPsr4;
45 $loader->prefixDirsPsr4 = ComposerStaticInitc27c195231e768c056a54e328866335a::$prefixDirsPsr4;
46 $loader->classMap = ComposerStaticInitc27c195231e768c056a54e328866335a::$classMap;
47
48 }, null, ClassLoader::class);
49 }
50}
Note: See TracBrowser for help on using the repository browser.