Public Member Functions | |
| EmailUserForm ($target, $text, $subject, $cc_me) | |
| showForm () | |
| doSubmit () | |
| showSuccess (&$user=null) | |
| getTarget () | |
Static Public Member Functions | |
| static | userEmailEnabled () |
| static | validateEmailTarget ($target) |
| static | getPermissionsError ($user, $editToken) |
| static | newFromURL ($target, $text, $subject, $cc_me) |
Public Attributes | |
| $target | |
| $text | |
| $subject | |
| $cc_me | |
Definition at line 80 of file SpecialEmailuser.php.
| EmailUserForm::doSubmit | ( | ) |
Definition at line 172 of file SpecialEmailuser.php.
References $subject, $wgPasswordSender, $wgUser, $wgUserEmailUseReplyTo, WikiError::isError(), UserMailer::send(), wfMsg(), wfMsgExt(), and wfRunHooks().
| EmailUserForm::EmailUserForm | ( | $ | target, | |
| $ | text, | |||
| $ | subject, | |||
| $ | cc_me | |||
| ) |
| User | $target |
Definition at line 89 of file SpecialEmailuser.php.
References $cc_me, $subject, $target, and $text.
Referenced by newFromURL().
| static EmailUserForm::getPermissionsError | ( | $ | user, | |
| $ | editToken | |||
| ) | [static] |
Definition at line 290 of file SpecialEmailuser.php.
References wfDebug(), and wfRunHooks().
Referenced by ApiEmailUser::execute(), and wfSpecialEmailuser().
| EmailUserForm::getTarget | ( | ) |
Definition at line 255 of file SpecialEmailuser.php.
| static EmailUserForm::newFromURL | ( | $ | target, | |
| $ | text, | |||
| $ | subject, | |||
| $ | cc_me | |||
| ) | [static] |
Definition at line 323 of file SpecialEmailuser.php.
References $cc_me, $subject, $target, $text, EmailUserForm(), and User::newFromName().
Referenced by validateEmailTarget().
| EmailUserForm::showForm | ( | ) |
Definition at line 96 of file SpecialEmailuser.php.
References $action, $wgOut, $wgUser, Xml::checkLabel(), Xml::closeElement(), Xml::element(), SpecialPage::getTitleFor(), Xml::hidden(), Xml::input(), Xml::label(), Xml::openElement(), Xml::submitButton(), Xml::textarea(), wfMsg(), and wfMsgExt().
| EmailUserForm::showSuccess | ( | &$ | user = null |
) |
| static EmailUserForm::userEmailEnabled | ( | ) | [static] |
Definition at line 259 of file SpecialEmailuser.php.
References $wgEnableEmail, and $wgEnableUserEmail.
Referenced by ApiEmailUser::execute(), and wfSpecialEmailuser().
| static EmailUserForm::validateEmailTarget | ( | $ | target | ) | [static] |
Definition at line 264 of file SpecialEmailuser.php.
References $target, User::newFromName(), newFromURL(), and wfDebug().
Referenced by ApiEmailUser::execute(), and wfSpecialEmailuser().
| EmailUserForm::$cc_me |
Definition at line 84 of file SpecialEmailuser.php.
Referenced by EmailUserForm(), and newFromURL().
| EmailUserForm::$subject |
Definition at line 83 of file SpecialEmailuser.php.
Referenced by doSubmit(), EmailUserForm(), and newFromURL().
| EmailUserForm::$target |
Definition at line 82 of file SpecialEmailuser.php.
Referenced by EmailUserForm(), newFromURL(), and validateEmailTarget().
| EmailUserForm::$text |
Definition at line 83 of file SpecialEmailuser.php.
Referenced by EmailUserForm(), and newFromURL().
1.5.9