Browse Source

updated properties of extensions

tags/2.0.0-alpha
Carsten Brandt 12 years ago
parent
commit
6749ec00d2
  1. 4
      Mailer.php
  2. 3
      Message.php

4
Mailer.php

@ -66,6 +66,10 @@ use yii\mail\BaseMailer;
* *
* @see http://swiftmailer.org * @see http://swiftmailer.org
* *
* @property array|\Swift_Mailer $swiftMailer Swift mailer instance or array configuration. This property is
* read-only.
* @property array|\Swift_Transport $transport This property is read-only.
*
* @author Paul Klimov <klimov.paul@gmail.com> * @author Paul Klimov <klimov.paul@gmail.com>
* @since 2.0 * @since 2.0
*/ */

3
Message.php

@ -16,7 +16,8 @@ use yii\mail\BaseMessage;
* @see Mailer * @see Mailer
* *
* @method Mailer getMailer() returns mailer instance. * @method Mailer getMailer() returns mailer instance.
* @property \Swift_Message $swiftMessage vendor message instance. *
* @property \Swift_Message $swiftMessage Swift message instance. This property is read-only.
* *
* @author Paul Klimov <klimov.paul@gmail.com> * @author Paul Klimov <klimov.paul@gmail.com>
* @since 2.0 * @since 2.0

Loading…
Cancel
Save