@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | * @param string $address email address for the recipient |
| 84 | 84 | * @param string $title name of the recipient (optional) |
| 85 | 85 | |
| 86 | - * @return object instantiated $this |
|
| 86 | + * @return Archangel instantiated $this |
|
| 87 | 87 | */ |
| 88 | 88 | public function addTo($address, $title = '') |
| 89 | 89 | { |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | * @param string $address email address for the cc recipient |
| 102 | 102 | * @param string $title name of the cc recipient (optional) |
| 103 | 103 | * |
| 104 | - * @return object instantiated $this |
|
| 104 | + * @return Archangel instantiated $this |
|
| 105 | 105 | */ |
| 106 | 106 | public function addCC($address, $title = '') |
| 107 | 107 | { |
@@ -119,7 +119,7 @@ discard block |
||
| 119 | 119 | * @param string $address email address for the bcc recipient |
| 120 | 120 | * @param string $title name of the bcc recipient (optional) |
| 121 | 121 | * |
| 122 | - * @return object instantiated $this |
|
| 122 | + * @return Archangel instantiated $this |
|
| 123 | 123 | */ |
| 124 | 124 | public function addBCC($address, $title = '') |
| 125 | 125 | { |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | * @param string $address email address for the sender |
| 138 | 138 | * @param string $title name of the sender (optional) |
| 139 | 139 | * |
| 140 | - * @return object instantiated $this |
|
| 140 | + * @return Archangel instantiated $this |
|
| 141 | 141 | */ |
| 142 | 142 | public function setFrom($address, $title = '') |
| 143 | 143 | { |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | * @param string $address email address for the reply-to |
| 156 | 156 | * @param string $title name of the reply-to (optional) |
| 157 | 157 | * |
| 158 | - * @return object instantiated $this |
|
| 158 | + * @return Archangel instantiated $this |
|
| 159 | 159 | */ |
| 160 | 160 | public function setReplyTo($address, $title = '') |
| 161 | 161 | { |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | * |
| 173 | 173 | * @param string $subject subject for the email |
| 174 | 174 | * |
| 175 | - * @return object instantiated $this |
|
| 175 | + * @return Archangel instantiated $this |
|
| 176 | 176 | */ |
| 177 | 177 | public function setSubject($subject) |
| 178 | 178 | { |
@@ -186,7 +186,7 @@ discard block |
||
| 186 | 186 | * |
| 187 | 187 | * @param string $message the plain-text message |
| 188 | 188 | * |
| 189 | - * @return object instantiated $this |
|
| 189 | + * @return Archangel instantiated $this |
|
| 190 | 190 | */ |
| 191 | 191 | public function setPlainMessage($message) |
| 192 | 192 | { |
@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | * |
| 201 | 201 | * @param string $message the html message |
| 202 | 202 | * |
| 203 | - * @return object instantiated $this |
|
| 203 | + * @return Archangel instantiated $this |
|
| 204 | 204 | */ |
| 205 | 205 | public function setHTMLMessage($message) |
| 206 | 206 | { |
@@ -216,7 +216,7 @@ discard block |
||
| 216 | 216 | * @param string $type mime type of the file |
| 217 | 217 | * @param string $title the title of the attachment (optional) |
| 218 | 218 | * |
| 219 | - * @return object instantiated $this |
|
| 219 | + * @return Archangel instantiated $this |
|
| 220 | 220 | */ |
| 221 | 221 | public function addAttachment($path, $type, $title = '') |
| 222 | 222 | { |