mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-28 04:25:53 +08:00
Fix #20514: Add @property annotations for yii\console\Controller
This commit is contained in:
@ -28,6 +28,8 @@ use yii\helpers\Inflector;
|
||||
* where `<route>` is a route to a controller action and the params will be populated as properties of a command.
|
||||
* See [[options()]] for details.
|
||||
*
|
||||
* @property Request $request The request object.
|
||||
* @property Response $response The response object.
|
||||
* @property-read string $help The help information for this controller.
|
||||
* @property-read string $helpSummary The one-line short summary describing this controller.
|
||||
* @property-read array $passedOptionValues The properties corresponding to the passed options.
|
||||
|
||||
Reference in New Issue
Block a user