1 | <?php |
||
14 | class DeleteAction extends AbstractAction |
||
15 | { |
||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public function doExecute(Request $request) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | protected function setDefaultOptions(OptionsResolver $resolver) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function getType() |
||
44 | } |
||
45 |