| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class ScanSheet extends NovaPoshta |
||
| 9 | { |
||
| 10 | protected $model = 'ScanSheet'; |
||
| 11 | protected $calledMethod; |
||
| 12 | protected $methodProperties = null; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @see https://devcenter.novaposhta.ua/docs/services/55662bd3a0fe4f10086ec96e/operations/556c7734a0fe4f08e8f7ce31 |
||
| 16 | * |
||
| 17 | * @return array |
||
| 18 | */ |
||
| 19 | public function getScanSheetList() |
||
| 20 | { |
||
| 21 | $this->calledMethod = 'getScanSheetList'; |
||
| 22 | |||
| 23 | return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties, true); |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @see https://devcenter.novaposhta.ua/docs/services/55662bd3a0fe4f10086ec96e/operations/556c72d7a0fe4f08e8f7ce30 |
||
| 28 | * |
||
| 29 | * @param string $ref |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | public function getScanSheet($ref) |
||
| 40 | } |
||
| 41 | } |
||
| 42 |