'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed.

This commit is contained in:
Paul Klimov
2013-10-29 16:04:20 +02:00
parent 774c4db860
commit 1d0891f0f6
4 changed files with 43 additions and 31 deletions

View File

@@ -69,18 +69,6 @@ interface MessageInterface
*/
public function setHtml($html);
/**
* Add message plain text content part.
* @param string $text message plain text content.
*/
public function addText($text);
/**
* Add message HTML content part.
* @param string $html message HTML content.
*/
public function addHtml($html);
/**
* Attach specified content as file for the email message.
* @param string $content attachment file content.