Made proper template for send form. Remodelled data/templating handling.
This commit is contained in:
@ -37,6 +37,16 @@ class MailOutput extends GenericOutput
|
||||
$this->subject = $newSubject;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the currently set subject for the mail.
|
||||
*
|
||||
* @return string Subject currently set.
|
||||
*/
|
||||
public function getSubject()
|
||||
{
|
||||
return $this->subject;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the given header $key to $value. A Subject: header sets
|
||||
* the subject via $this->setSubject(). A To: header is ignored.
|
||||
|
Reference in New Issue
Block a user