MediaWiki REL1_37
|
Public Member Functions | |
getEmail () | |
Get user email address an empty string if unknown. | |
getRealName () | |
Get user real name or an empty string if unknown. | |
getUser () | |
Get the identity of the user this contact belongs to. | |
isEmailConfirmed () | |
Whether user email was confirmed. | |
Definition at line 11 of file UserEmailContact.php.
MediaWiki\Mail\UserEmailContact::getEmail | ( | ) |
Get user email address an empty string if unknown.
Implemented in User.
Referenced by MailAddress\newFromUser().
MediaWiki\Mail\UserEmailContact::getRealName | ( | ) |
Get user real name or an empty string if unknown.
Implemented in User.
Referenced by MailAddress\newFromUser(), and EmailNotification\sendPersonalised().
MediaWiki\Mail\UserEmailContact::getUser | ( | ) |
Get the identity of the user this contact belongs to.
Implemented in User.
Referenced by MailAddress\newFromUser(), and EmailNotification\sendPersonalised().
MediaWiki\Mail\UserEmailContact::isEmailConfirmed | ( | ) |