MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onEmailUserComplete ( $to, $from, $subject, $text) | |
This hook is called after sending email from one user to another. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EmailUserComplete" to register handlers implementing this interface.
Definition at line 14 of file EmailUserCompleteHook.php.
MediaWiki\Hook\EmailUserCompleteHook::onEmailUserComplete | ( | $to, | |
$from, | |||
$subject, | |||
$text | |||
) |
This hook is called after sending email from one user to another.
MailAddress | $to | MailAddress object of receiving user |
MailAddress | $from | MailAddress object of sending user |
string | $subject | subject of the mail |
string | $text | text of the mail |
Implemented in MediaWiki\HookContainer\HookRunner.