createMessage() protected method
Creates a new message instance.
The newly created instance will be initialized with the configuration specified by $messageConfig. If the configuration does not specify a 'class', the $messageClass will be used as the class of the new message instance.
protected yii\mail\MessageInterface createMessage ( ) | ||
---|---|---|
return | yii\mail\MessageInterface |
Message instance. |
Please login to continue.