Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
26 | class TemporaryAction extends Action implements TemporaryActionInterface |
||
27 | { |
||
28 | /** |
||
29 | * Creates Temporary Action out of generic $action |
||
30 | * |
||
31 | * @param ActionInterface $action |
||
32 | * @param CustomerInterface $customer |
||
33 | * @return TemporaryAction |
||
34 | */ |
||
35 | public static function createAsSubaction(ActionInterface $action, CustomerInterface $customer): TemporaryAction |
||
50 |