MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onPrefsEmailAudit ( $user, $oldaddr, $newaddr) | |
This hook is called when user changes their email address. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "PrefsEmailAudit" to register handlers implementing this interface.
Definition at line 14 of file PrefsEmailAuditHook.php.
MediaWiki\Hook\PrefsEmailAuditHook::onPrefsEmailAudit | ( | $user, | |
$oldaddr, | |||
$newaddr ) |
This hook is called when user changes their email address.
User | $user | User (object) changing his email address |
string | $oldaddr | old email address (string) |
string | $newaddr | new email address (string) |
Implemented in MediaWiki\HookContainer\HookRunner.