1 | <?php |
||
16 | class HKKAZ extends AbstractSegment |
||
17 | { |
||
18 | const NAME = 'HKKAZ'; |
||
19 | const ALL_ACCOUNTS_N = 'N'; |
||
20 | const ALL_ACCOUNTS_Y = 'J'; |
||
21 | |||
22 | /** |
||
23 | * HKKAZ constructor. |
||
24 | * @param int $version |
||
25 | * @param int $segmentNumber |
||
26 | * @param mixed $ktv |
||
27 | * @param array $allAccounts |
||
28 | * @param \DateTime $from |
||
29 | * @param \DateTime $to |
||
30 | * @param string|null $touchdown |
||
31 | */ |
||
32 | public function __construct( |
||
55 | |||
56 | /** |
||
57 | * @return string |
||
58 | */ |
||
59 | public function getName() |
||
63 | } |
||
64 |