| Total Complexity | 5 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 42 | class XProcessFile implements IProcessFiles |
||
| 43 | { |
||
| 44 | public function saveFile(array $entry, $content): bool |
||
| 47 | } |
||
| 48 | |||
| 49 | public function readFile(array $entry, ?int $offset = null, ?int $length = null) |
||
| 52 | } |
||
| 53 | |||
| 54 | public function copyFile(array $source, array $dest): bool |
||
| 57 | } |
||
| 58 | |||
| 59 | public function moveFile(array $source, array $dest): bool |
||
| 62 | } |
||
| 63 | |||
| 64 | public function deleteFile(array $entry): bool |
||
| 69 |