1 | <?php |
||
14 | class Delete extends AbstractDbAction implements ActionInterface |
||
15 | { |
||
16 | /** |
||
17 | * @var UnitBagInterface|ImportDbUnitInterface[] |
||
18 | */ |
||
19 | protected $bag; |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | * @throws WrongContextException |
||
24 | */ |
||
25 | 3 | public function process(ResultInterface $result) |
|
47 | |||
48 | /** |
||
49 | * {@inheritdoc} |
||
50 | */ |
||
51 | 4 | public function getCode() |
|
55 | } |
||
56 |