MediaWiki REL1_35
EmailUserCCHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
11interface EmailUserCCHook {
23 public function onEmailUserCC( &$to, &$from, &$subject, &$text );
24}
Stores a single person's name and email address.
onEmailUserCC(&$to, &$from, &$subject, &$text)
This hook is called before sending the copy of the email to the author.