| 1 | <?php |
||
| 14 | class HKSAL extends AbstractSegment |
||
| 15 | { |
||
| 16 | const NAME = 'HKSAL'; |
||
| 17 | const VERSION = 7; |
||
| 18 | const ALL_ACCOUNTS_N = 'N'; |
||
| 19 | const ALL_ACCOUNTS_Y = 'J'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * HKSAL constructor. |
||
| 23 | * @param int $version |
||
| 24 | * @param int $segmentNumber |
||
| 25 | * @param mixed $ktv |
||
| 26 | * @param array $allAccounts |
||
| 27 | */ |
||
| 28 | 1 | public function __construct($version, $segmentNumber, $ktv, $allAccounts) |
|
| 40 | |||
| 41 | /** |
||
| 42 | * @return string |
||
| 43 | */ |
||
| 44 | public function getName() |
||
| 48 | } |
||
| 49 |