MediaWiki REL1_39
EmailUserCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
26 public function onEmailUserComplete( $to, $from, $subject, $text );
27}
Stores a single person's name and email address.
This is a hook handler interface, see docs/Hooks.md.
onEmailUserComplete( $to, $from, $subject, $text)
This hook is called after sending email from one user to another.