mirror of
https://github.com/friendica/friendica
synced 2025-04-28 12:24:23 +02:00
Renaming - part 2 :-)
This commit is contained in:
parent
765a0d8892
commit
6350b210a6
3 changed files with 8 additions and 8 deletions
|
@ -33,14 +33,14 @@ class Email implements IEmail
|
|||
/** @var int|null */
|
||||
private $toUid = null;
|
||||
|
||||
public function __construct(string $fromName, string $fromEmail, string $replyTo, string $toEmail,
|
||||
public function __construct(string $fromName, string $fromAddress, string $replyTo, string $toAddress,
|
||||
string $subject, string $msgHtml, string $msgText,
|
||||
string $additionalMailHeader = '', int $toUid = null)
|
||||
{
|
||||
$this->fromName = $fromName;
|
||||
$this->fromAddress = $fromEmail;
|
||||
$this->fromAddress = $fromAddress;
|
||||
$this->replyTo = $replyTo;
|
||||
$this->toAddress = $toEmail;
|
||||
$this->toAddress = $toAddress;
|
||||
$this->subject = $subject;
|
||||
$this->msgHtml = $msgHtml;
|
||||
$this->msgText = $msgText;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue