1 | <?php |
||
20 | class Index extends Base |
||
21 | { |
||
22 | /** |
||
23 | * Updates the index after deleting the item |
||
24 | * |
||
25 | * @return string|null admin output to display or null for redirecting to the list |
||
26 | */ |
||
27 | public function delete() |
||
36 | |||
37 | |||
38 | /** |
||
39 | * Rebuilds the index after saving the item |
||
40 | * |
||
41 | * @return string|null admin output to display or null for redirecting to the list |
||
42 | */ |
||
43 | public function save() |
||
54 | } |
||
55 |