1 | <?php |
||
25 | final class CreateSourceDirectories implements ActionInterface, VarAwareInterface |
||
26 | { |
||
27 | use VarAwareTrait, |
||
28 | FilesystemAwareTrait; |
||
29 | |||
30 | /** |
||
31 | * Execute action |
||
32 | * |
||
33 | * @return void |
||
34 | * @throws \RuntimeException |
||
35 | */ |
||
36 | 2 | public function execute() |
|
47 | |||
48 | /** |
||
49 | * {@inheritdoc} |
||
50 | */ |
||
51 | 4 | public function getPriority(): int |
|
55 | } |
||
56 |