MediaWiki
master
EmailUserCCHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
5
use
MediaWiki\Mail\MailAddress
;
6
14
interface
EmailUserCCHook
{
26
public
function
onEmailUserCC
( &$to, &$from, &$subject, &$text );
27
}
28
30
class_alias( EmailUserCCHook::class,
'MediaWiki\\Hook\\EmailUserCCHook'
);
MediaWiki\Mail\MailAddress
Represent and format a single name and email address pair for SMTP.
Definition
MailAddress.php:24
MediaWiki\Specials\Hook\EmailUserCCHook
This is a hook handler interface, see docs/Hooks.md.
Definition
EmailUserCCHook.php:14
MediaWiki\Specials\Hook\EmailUserCCHook\onEmailUserCC
onEmailUserCC(&$to, &$from, &$subject, &$text)
This hook is called before sending the copy of the email to the author.
MediaWiki\Specials\Hook
Definition
AddNewAccountHook.php:3
includes
Specials
Hook
EmailUserCCHook.php
Generated on Mon Dec 15 2025 20:04:04 for MediaWiki by
1.10.0