| Total Complexity | 1 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class InternetDocument extends NovaPoshta |
||
| 11 | { |
||
| 12 | use Limit, DateTimes, DocumentList; |
||
| 13 | |||
| 14 | protected $model = 'InternetDocument'; |
||
| 15 | protected $calledMethod; |
||
| 16 | protected $methodProperties = []; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @see https://devcenter.novaposhta.ua/docs/services/556eef34a0fe4f02049c664e/operations/557eb417a0fe4f02fc455b2c |
||
| 20 | * |
||
| 21 | * @return array |
||
| 22 | */ |
||
| 23 | public function getDocumentList() |
||
| 43 |