1 | <?php |
||
15 | class Move extends AbstractDbAction implements ActionInterface |
||
16 | { |
||
17 | /** |
||
18 | * @var UnitBagInterface|ImportDbUnitInterface[]|ImportFileUnitInterface[] |
||
19 | */ |
||
20 | protected $bag; |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | * @throws WrongContextException |
||
25 | */ |
||
26 | 7 | public function process(ResultInterface $result) |
|
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | 8 | public function getCode() |
|
49 | } |
||
50 |