Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
19 | class ItemStatusUpdateRequest extends SIP2Request |
||
20 | { |
||
21 | protected $var = [ |
||
22 | 'InstitutionId' => [], |
||
23 | 'ItemIdentifier' => [], |
||
24 | 'TerminalPassword' => ['default' => ''], |
||
25 | 'ItemProperties' => ['default' => ''], |
||
26 | ]; |
||
27 | |||
28 | public function getMessageString($withSeq = true, $withCrc = true): string |
||
40 |