'yii\mail\MessageInterface' updated:

- setter methods renamed to have pure name
- method 'createMessage' renamed to 'compose'
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Klimov Paul
2013-11-05 14:57:13 +02:00
gitea-unlock(16/)
parent c7e054789e
commit 87af95f712
octicon-diff(16/tw-mr-1) 9 changed files with 159 additions and 130 deletions

2
framework/yii/mail/MailerInterface.php
View File

@@ -22,7 +22,7 @@ interface MailerInterface
* @param array $config message configuration.
* @return MessageInterface message instance.
*/
public function createMessage(array $config = []);
public function compose(array $config = []);
/**
* Sends the given email message.