|
MediaWiki REL1_35
|
Stable to implement. More...

Public Member Functions | |
| onEditPage__attemptSave_after ( $editpage_Obj, $status, $resultDetails) | |
| This hook is called after an article save attempt. | |
Stable to implement.
Definition at line 13 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.