Browse Source

Update Controller phpdoc (#19052)

tags/2.0.44
Anton 3 years ago committed by GitHub
parent
commit
d52c1237ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      framework/console/Controller.php

9
framework/console/Controller.php

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

Loading…
Cancel
Save