Commit 4bf6ee45 by Qiang Xue

Merge branch 'master' of github.com:yiisoft/yii2

parents 90a5bcc6 3e11b31b
...@@ -10,7 +10,6 @@ namespace yii\web; ...@@ -10,7 +10,6 @@ namespace yii\web;
use Yii; use Yii;
use yii\base\ActionFilter; use yii\base\ActionFilter;
use yii\base\Action; use yii\base\Action;
use yii\base\View;
use yii\caching\Dependency; use yii\caching\Dependency;
/** /**
...@@ -69,7 +68,7 @@ class PageCache extends ActionFilter ...@@ -69,7 +68,7 @@ class PageCache extends ActionFilter
*/ */
public $enabled = true; public $enabled = true;
/** /**
* @var View the view component to use for caching. If not set, the default application view component * @var \yii\base\View the view component to use for caching. If not set, the default application view component
* [[Application::view]] will be used. * [[Application::view]] will be used.
*/ */
public $view; public $view;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment