Qiang Xue 11 年之前
父節點
當前提交
d9385653f5
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      mail/layouts/html.php

+ 3 - 3
mail/layouts/html.php

@@ -1,9 +1,9 @@
 <?php
 use yii\helpers\Html;
 
-/* @var $this \yii\web\View */
-/* @var $content string */
-
+/* @var $this \yii\web\View view component instance */
+/* @var $message \yii\mail\MessageInterface the message bing composed */
+/* @var $content string main view render result */
 ?>
 <?php $this->beginPage() ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">