| Conditions | 2 |
| Paths | 2 |
| Total Lines | 12 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 38 | public function getInventoryOrdersList(?string $Ref = null): array |
||
| 39 | { |
||
| 40 | $this->calledMethod = 'getInventoryOrdersList'; |
||
| 41 | |||
| 42 | if ($Ref) { |
||
| 43 | $this->methodProperties['Ref'] = $Ref; |
||
| 44 | } |
||
| 45 | |||
| 46 | $this->getLimit(); |
||
| 47 | $this->getPage(); |
||
| 48 | |||
| 49 | return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties, true); |
||
| 50 | } |
||
| 53 |