| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | class File extends AFile |
||
| 20 | { |
||
| 21 | use TFiles; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param CompositeAdapter $files where to save |
||
| 25 | * @param IMode $mode hashing mode |
||
| 26 | * @param IStatus $status which status is necessary to use that feature |
||
| 27 | * @param ILock $lock file lock |
||
| 28 | * @param string $path use full path with file name |
||
| 29 | * @param IKauTranslations|null $lang |
||
| 30 | */ |
||
| 31 | 18 | public function __construct(CompositeAdapter $files, IMode $mode, IStatus $status, ILock $lock, string $path, ?IKauTranslations $lang = null) |
|
| 37 |