mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Add phpdoc for properties "request" and "response" in web and console controllers (#18361)
This commit is contained in:

committed by
GitHub

parent
7e4026cd62
commit
306171b582
@ -17,6 +17,9 @@ use yii\helpers\Url;
|
||||
*
|
||||
* For more details and usage information on Controller, see the [guide article on controllers](guide:structure-controllers).
|
||||
*
|
||||
* @property-read Request $request
|
||||
* @property-read Response $response
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
|
Reference in New Issue
Block a user