|
MediaWiki
REL1_23
|
Stores a single person's name and email address. More...
Public Member Functions | |
| __construct ($address, $name=null, $realName=null) | |
| __toString () | |
| toString () | |
| Return formatted and quoted address to insert into SMTP headers. | |
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 UserMailer.php.
| MailAddress::__construct | ( | $ | address, |
| $ | name = null, |
||
| $ | realName = null |
||
| ) |
Definition at line 75 of file UserMailer.php.
References toString().
Return formatted and quoted address to insert into SMTP headers.
Definition at line 54 of file UserMailer.php.
References $name, global, name, UserMailer\quotedPrintable(), and wfIsWindows().
Referenced by __toString().