1 | <?php |
||
28 | final class SelfRemoving implements ActionInterface, VarAwareInterface |
||
29 | { |
||
30 | use VarAwareTrait, |
||
31 | FilesystemAwareTrait; |
||
32 | |||
33 | /** |
||
34 | * Function execute |
||
35 | * |
||
36 | * @throws RuntimeException |
||
37 | */ |
||
38 | 2 | public function execute() |
|
55 | |||
56 | /** |
||
57 | * {@inheritdoc} |
||
58 | */ |
||
59 | 4 | public function getPriority(): int |
|
63 | } |
||
64 |