Browse Source

Render methods removed from 'yii\mail\MessageInterface'. Method 'yii\mail\MailerInterface::compose()' reworked allowing rendering message body.

tags/2.0.0-alpha
Paul Klimov 12 years ago
parent
commit
b2b97faede
  1. 2
      yii/swiftmailer/Mailer.php

2
yii/swiftmailer/Mailer.php

@ -36,7 +36,7 @@ use Yii;
* *
* @see http://swiftmailer.org * @see http://swiftmailer.org
* *
* @method Message message(array $config = []) creates new message instance from given configuration. * @method Message compose($view = null, array $params = []) creates new message optionally filling up its body via view rendering.
* *
* @author Paul Klimov <klimov.paul@gmail.com> * @author Paul Klimov <klimov.paul@gmail.com>
* @since 2.0 * @since 2.0

Loading…
Cancel
Save