1 | <?php |
||
21 | class CommentAdminController extends CRUDController |
||
22 | { |
||
23 | /** |
||
24 | * @return RedirectResponse |
||
25 | */ |
||
26 | public function batchActionEnabled(ProxyQueryInterface $query) |
||
30 | |||
31 | /** |
||
32 | * @return RedirectResponse |
||
33 | */ |
||
34 | public function batchActionDisabled(ProxyQueryInterface $query) |
||
38 | |||
39 | /** |
||
40 | * @param $status |
||
41 | * |
||
42 | * @throws AccessDeniedException |
||
43 | * |
||
44 | * @return RedirectResponse |
||
45 | */ |
||
46 | protected function commentChangeStatus(ProxyQueryInterface $query, $status) |
||
60 | } |
||
61 |