MediaWiki
REL1_39
EmailUserCCHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MailAddress
;
6
14
interface
EmailUserCCHook
{
26
public
function
onEmailUserCC
( &$to, &$from, &$subject, &$text );
27
}
MailAddress
Stores a single person's name and email address.
Definition
MailAddress.php:36
MediaWiki\Hook\EmailUserCCHook
This is a hook handler interface, see docs/Hooks.md.
Definition
EmailUserCCHook.php:14
MediaWiki\Hook\EmailUserCCHook\onEmailUserCC
onEmailUserCC(&$to, &$from, &$subject, &$text)
This hook is called before sending the copy of the email to the author.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
EmailUserCCHook.php
Generated on Thu Nov 21 2024 05:24:13 for MediaWiki by
1.10.0