GermanyEntryReportEcDataService
Table of Contents
Properties
-
$entryReportFileStorage
: EntryReportFileStorage
Methods
-
__construct()
: mixed
-
loadData()
: array<string|int, mixed>
-
prepare()
: array<string|int, mixed>
-
formatData()
: array<string|int, mixed>
__construct()
public
__construct() : mixed
loadData()
public
loadData(EntryReportVersion $entryVersion) : array<string|int, mixed>
Parameters
-
$entryVersion
: EntryReportVersion
-
-
throws
-
FileNotFoundException
Return values
array<string|int, mixed>
prepare()
public
prepare(EntryReportVersion $entryVersion) : array<string|int, mixed>
Parameters
-
$entryVersion
: EntryReportVersion
-
-
throws
-
FileNotFoundException
Return values
array<string|int, mixed>
private
formatData(array<string|int, mixed> $data) : array<string|int, mixed>
Parameters
-
$data
: array<string|int, mixed>
-
Return values
array<string|int, mixed>