1 | <?php |
||
14 | class HNHBK extends AbstractSegment |
||
15 | { |
||
16 | const NAME = 'HNHBK'; |
||
17 | const VERSION = 3; |
||
18 | const HEADER_LENGTH = 29; |
||
19 | |||
20 | /** |
||
21 | * HNHBK constructor. |
||
22 | * @param string $messageLength |
||
23 | * @param string $dialogId |
||
24 | * @param int $messageNumber |
||
25 | */ |
||
26 | 2 | public function __construct($messageLength, $dialogId, $messageNumber) |
|
44 | |||
45 | /** |
||
46 | * @return string |
||
47 | */ |
||
48 | public function getName() |
||
52 | } |
||
53 |