|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onEditPage__attemptSave_after ( $editpage_Obj, $status, $resultDetails) | |
| This hook is called after an article save attempt. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPage::attemptSave:after" to register handlers implementing this interface.
Definition at line 16 of file EditPage__attemptSave_afterHook.php.
| MediaWiki\Hook\EditPage__attemptSave_afterHook::onEditPage__attemptSave_after | ( | $editpage_Obj, | |
| $status, | |||
| $resultDetails ) |
This hook is called after an article save attempt.
| EditPage | $editpage_Obj | Current EditPage object |
| Status | $status | Resulting Status object |
| array | $resultDetails | Result details array |
Implemented in MediaWiki\HookContainer\HookRunner.