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