MediaWiki master
EmailUserAuthorizeSendHook.php
Go to the documentation of this file.
1<?php
2
4
7
25 public function onEmailUserAuthorizeSend( Authority $sender, StatusValue $status );
26}
Generic operation result class Has warning/error list, boolean status and arbitrary value.
This is a hook handler interface, see docs/Hooks.md.
onEmailUserAuthorizeSend(Authority $sender, StatusValue $status)
This hook is called when checking whether a user is allowed to send emails.
This interface represents the authority associated with the current execution context,...
Definition Authority.php:37