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