MediaWiki  REL1_31
MailAddress Class Reference

Stores a single person's name and email address. More...

Collaboration diagram for MailAddress:

Public Member Functions

 __construct ( $address, $name=null, $realName=null)
 
 __toString ()
 
 toString ()
 Return formatted and quoted address to insert into SMTP headers. More...
 

Static Public Member Functions

static newFromUser (User $user)
 Create a new MailAddress object for the given user. More...
 

Public Attributes

string $address
 
string $name
 
string $realName
 

Detailed Description

Stores a single person's name and email address.

These are passed in via the constructor, and will be returned in SMTP header format when requested.

Definition at line 32 of file MailAddress.php.

Constructor & Destructor Documentation

◆ __construct()

MailAddress::__construct (   $address,
  $name = null,
  $realName = null 
)
Parameters
string$addressString with an email address, or a User object
string$nameHuman-readable name if a string address is given
string$realNameHuman-readable real name if a string address is given

Definition at line 53 of file MailAddress.php.

References $address, $name, $realName, name, and wfDeprecated().

Member Function Documentation

◆ __toString()

MailAddress::__toString ( )

Definition at line 104 of file MailAddress.php.

References toString().

◆ newFromUser()

static MailAddress::newFromUser ( User  $user)
static

Create a new MailAddress object for the given user.

Since
1.24
Parameters
User$user
Returns
MailAddress

Definition at line 74 of file MailAddress.php.

References $user.

Referenced by EmailNotification\compose(), EmailNotification\composeCommonMailtext(), User\sendMail(), EmailNotification\sendPersonalised(), SpecialEmailUser\submit(), and MailAddressTest\testNewFromUser().

◆ toString()

MailAddress::toString ( )

Return formatted and quoted address to insert into SMTP headers.

Returns
string

Definition at line 82 of file MailAddress.php.

References $address, $name, $wgEnotifUseRealName, global, name, UserMailer\quotedPrintable(), and wfIsWindows().

Referenced by __toString(), and UserMailer\sendInternal().

Member Data Documentation

◆ $address

string MailAddress::$address

Definition at line 46 of file MailAddress.php.

Referenced by __construct(), and toString().

◆ $name

string MailAddress::$name

Definition at line 36 of file MailAddress.php.

Referenced by __construct(), and toString().

◆ $realName

string MailAddress::$realName

Definition at line 41 of file MailAddress.php.

Referenced by __construct().


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