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

Public Member Functions | |
| onEmailUserComplete ( $to, $from, $subject, $text) | |
| This hook is called after sending email from one user to another. | |
Stable to implement.
Definition at line 11 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.