Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
MessageInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Framework\Mail;
7 
17 {
22  const TYPE_TEXT = 'text/plain';
23 
27  const TYPE_HTML = 'text/html';
28 
35  public function setSubject($subject);
36 
42  public function getSubject();
43 
54  public function setBody($body);
55 
61  public function getBody();
62 
69  public function setFrom($fromAddress);
70 
77  public function addTo($toAddress);
78 
85  public function addCc($ccAddress);
86 
93  public function addBcc($bccAddress);
94 
101  public function setReplyTo($replyToAddress);
102 
115  public function setMessageType($type);
116 }
$type
Definition: item.phtml:13