Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class DeleteFilesForOldExecutionFactory extends AbstractFactory |
||
13 | { |
||
14 | /** @var ChainWorkDirManager */ |
||
15 | protected $chainWorkdDirManager; |
||
16 | |||
17 | /** |
||
18 | * DeleteFilesForOldExecutionOperation constructor. |
||
19 | * @param ChainWorkDirManager $chainWorkdDirManager |
||
20 | */ |
||
21 | public function __construct(ChainWorkDirManager $chainWorkdDirManager) |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Build an operation of a certain type with the options. |
||
31 | * |
||
32 | * @param String $operation |
||
33 | * @param array $options |
||
34 | * |
||
35 | * @return ChainOperationInterface |
||
36 | */ |
||
37 | protected function build($operation, $options) |
||
42 |