| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | public function List(int $limit = 100, $search = null): mixed |
||
| 29 | { |
||
| 30 | $url = $this->serverUrl .'/data?action=getData&table=backup'; |
||
| 31 | |||
| 32 | $this->data['limit'] = $limit; |
||
| 33 | $this->data['type'] = 0; |
||
| 34 | $this->data['search'] = $search; |
||
| 35 | return (parent::Execute($url,$this->data)); |
||
| 36 | } |
||
| 63 | } |