runWithParams() public method
Runs this action with the specified parameters.
This method is mainly invoked by the controller.
| public mixed runWithParams ( $params ) | ||
|---|---|---|
| $params | array |
Action parameters |
| return | mixed |
The result of the action |
runWithParams() public method
Runs this action with the specified parameters.
This method is mainly invoked by the controller.
| public mixed runWithParams ( $params ) | ||
|---|---|---|
| $params | array |
Action parameters |
| return | mixed |
The result of the action |
Please login to continue.