| 1 | <?php |
||
| 14 | class Redirect extends AbstractAliasAction { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Redirect to the show action, trying to jump to the previously edited section |
||
| 18 | * |
||
| 19 | * @triggers ACTION_SHOW_REDIRECT |
||
| 20 | * @throws ActionAbort |
||
| 21 | */ |
||
| 22 | public function preProcess() { |
||
| 49 | |||
| 50 | /** |
||
| 51 | * Execute the redirect |
||
| 52 | * |
||
| 53 | * Default action for ACTION_SHOW_REDIRECT |
||
| 54 | * |
||
| 55 | * @param array $opts id and fragment for the redirect and the preact |
||
| 56 | */ |
||
| 57 | public function redirect($opts) { |
||
| 64 | } |
||
| 65 |