Fix #18083: Add Controller::$request and $response

This commit is contained in:
Brandon Kelly
2020-06-14 11:19:27 -07:00
committed by GitHub
parent d317e41b21
commit fc4f449e21
6 changed files with 45 additions and 19 deletions

View File

@ -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