MediaWiki
REL1_40
EmailUserHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MailAddress
;
6
use
MessageSpecifier
;
7
use
Status
;
8
16
interface
EmailUserHook
{
30
public
function
onEmailUser
( &$to, &$from, &$subject, &$text, &$error );
31
}
MailAddress
Stores a single person's name and email address.
Definition
MailAddress.php:36
Status
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition
Status.php:46
MediaWiki\Hook\EmailUserHook
This is a hook handler interface, see docs/Hooks.md.
Definition
EmailUserHook.php:16
MediaWiki\Hook\EmailUserHook\onEmailUser
onEmailUser(&$to, &$from, &$subject, &$text, &$error)
This hook is called before sending email from one user to another.
MessageSpecifier
Definition
MessageSpecifier.php:24
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
EmailUserHook.php
Generated on Thu Jun 27 2024 14:04:15 for MediaWiki by
1.10.0