| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 14 | trait TDir |
||
| 15 | { |
||
| 16 | use TLang; |
||
| 17 | |||
| 18 | /** @var IProcessDirs|null */ |
||
| 19 | protected $processDir = null; |
||
| 20 | |||
| 21 | 1 | public function setProcessDir(?IProcessDirs $dirs = null): void |
|
| 24 | 1 | } |
|
| 25 | |||
| 26 | /** |
||
| 27 | * @throws FilesException |
||
| 28 | * @return IProcessDirs |
||
| 29 | */ |
||
| 30 | 2 | public function getProcessDir(): IProcessDirs |
|
| 38 |