mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 11:39:41 +08:00
Fix #18083: Add Controller::$request and $response
This commit is contained in:
@ -34,6 +34,8 @@ use yii\helpers\Inflector;
|
||||
* read-only.
|
||||
* @property array $passedOptions The names of the options passed during execution. This property is
|
||||
* read-only.
|
||||
* @property Request $request
|
||||
* @property Response $response
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
|
||||
Reference in New Issue
Block a user