MediaWiki master
MediaWiki\Mail\UserEmailContact Interface Reference

Inherited by MediaWiki\User\User.

Public Member Functions

 getEmail ()
 Gets the user email address or an empty string if unknown.
 
 getRealName ()
 Get the user's 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.
 

Detailed Description

Since
1.36

Definition at line 11 of file UserEmailContact.php.

Member Function Documentation

◆ getEmail()

MediaWiki\Mail\UserEmailContact::getEmail ( )

Gets the user email address or an empty string if unknown.

Implemented in MediaWiki\User\User.

◆ getRealName()

MediaWiki\Mail\UserEmailContact::getRealName ( )

Get the user's real name or an empty string if unknown.

Implemented in MediaWiki\User\User.

Referenced by MediaWiki\RecentChanges\RecentChangeMailComposer\compose().

◆ getUser()

MediaWiki\Mail\UserEmailContact::getUser ( )

Get the identity of the user this contact belongs to.

Implemented in MediaWiki\User\User.

Referenced by MediaWiki\RecentChanges\RecentChangeMailComposer\compose().

◆ isEmailConfirmed()

MediaWiki\Mail\UserEmailContact::isEmailConfirmed ( )

Whether user email was confirmed.

Implemented in MediaWiki\User\User.


The documentation for this interface was generated from the following file: