runWithParams() public method
Runs this action with the specified parameters.
This method is mainly invoked by the controller.
| public mixed runWithParams ( $params ) | ||
|---|---|---|
| $params | array |
The parameters to be bound to the action's run() method. |
| return | mixed |
The result of the action |
| throws | yii\base\InvalidConfigException |
if the action class does not have a run() method |
Please login to continue.