MediaWiki master
EmailUserHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
8
16interface EmailUserHook {
30 public function onEmailUser( &$to, &$from, &$subject, &$text, &$error );
31}
Stores a single person's name and email address.
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition Status.php:54
This is a hook handler interface, see docs/Hooks.md.
onEmailUser(&$to, &$from, &$subject, &$text, &$error)
This hook is called before sending email from one user to another.