1 | <?php |
||
10 | trait FileProcessTrait |
||
11 | { |
||
12 | use ProcessTrait; |
||
13 | |||
14 | /** |
||
15 | * @param LocalFile $file |
||
16 | * @param LocalFile $output |
||
17 | * @param string $cmd |
||
18 | * @param bool $deleteOld |
||
19 | * |
||
20 | * @return LocalFile |
||
21 | */ |
||
22 | 48 | protected function processFile(LocalFile $file, LocalFile $output, $cmd, $deleteOld = true) |
|
38 | } |
||
39 |