MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onEmailUserCC (&$to, &$from, &$subject, &$text) | |
This hook is called before sending the copy of the email to the author. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EmailUserCC" to register handlers implementing this interface.
Definition at line 14 of file EmailUserCCHook.php.
MediaWiki\Hook\EmailUserCCHook::onEmailUserCC | ( | & | $to, |
& | $from, | ||
& | $subject, | ||
& | $text ) |
This hook is called before sending the copy of the email to the author.
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.