- Neue php-fints Segmente: HKEKPv2, HIEKPv2, HIEKPSv2 - Action-Klasse GetStatementPDF mit Pagination-Support - Integration in pdfstatements.php (2-Spalten-Layout) - Cronjob doAutoFetchPdf für automatischen Abruf - Bank-Support-Prüfung via BPD (HIEKPS Parameter) Hinweis: Nicht alle Banken unterstützen HKEKP Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
42 lines
1.3 KiB
PHP
Executable file
42 lines
1.3 KiB
PHP
Executable file
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitcfc07b7e6c4a3dcfdcd6e754983b1a9b
|
|
{
|
|
public static $prefixesPsr0 = array (
|
|
'T' =>
|
|
array (
|
|
'Tests\\Fhp' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nemiah/php-fints/lib',
|
|
),
|
|
),
|
|
'F' =>
|
|
array (
|
|
'Fhp' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nemiah/php-fints/lib',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'BankImportCron' => __DIR__ . '/../..' . '/class/bankimportcron.class.php',
|
|
'BankImportFinTS' => __DIR__ . '/../..' . '/class/fints.class.php',
|
|
'BankImportStatement' => __DIR__ . '/../..' . '/class/bankstatement.class.php',
|
|
'BankImportTransaction' => __DIR__ . '/../..' . '/class/banktransaction.class.php',
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixesPsr0 = ComposerStaticInitcfc07b7e6c4a3dcfdcd6e754983b1a9b::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInitcfc07b7e6c4a3dcfdcd6e754983b1a9b::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|