octicon-rss(16/)
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 23:50:38 +08:00
Update Controller phpdoc (#19052)
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
73bb0e2569
commit
d52c1237ca
octicon-diff(16/tw-mr-1) 1 changed files with 3 additions and 6 deletions
@@ -28,12 +28,9 @@ 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-read string $help This property is read-only.
|
||||
* @property-read string $helpSummary This property is read-only.
|
||||
* @property-read array $passedOptionValues The properties corresponding to the passed options. This property
|
||||
* is read-only.
|
||||
* @property-read array $passedOptions The names of the options passed during execution. This property is
|
||||
* read-only.
|
||||
* @property-read string $helpSummary The one-line short summary describing this controller.
|
||||
* @property-read array $passedOptionValues The properties corresponding to the passed options.
|
||||
* @property-read array $passedOptions The names of the options passed during execution.
|
||||
* @property Request $request
|
||||
* @property Response $response
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user