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
@ -34,6 +34,8 @@ use yii\helpers\Inflector;
|
|||||||
* read-only.
|
* read-only.
|
||||||
* @property array $passedOptions The names of the options passed during execution. This property is
|
* @property array $passedOptions The names of the options passed during execution. This property is
|
||||||
* read-only.
|
* read-only.
|
||||||
|
* @property-read Request $request
|
||||||
|
* @property-read Response $response
|
||||||
*
|
*
|
||||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
|
@ -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).
|
* 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>
|
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user