| Total Complexity | 3 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class DelFile extends AQuery |
||
| 15 | { |
||
| 16 | protected string $filePath = ''; |
||
| 17 | |||
| 18 | 1 | protected function getCommand(): int |
|
| 21 | } |
||
| 22 | |||
| 23 | 1 | public function setFilePath(string $filePath): self |
|
| 24 | { |
||
| 25 | 1 | $this->filePath = $filePath; |
|
| 26 | 1 | return $this; |
|
| 27 | } |
||
| 28 | |||
| 29 | 1 | protected function getData(): string |
|
| 32 | } |
||
| 33 | } |
||
| 34 |