afterAction() public method
This method is invoked right after an action is executed.
You may override this method to do some postprocessing for the action.
| public mixed afterAction ( $action, $result ) | ||
|---|---|---|
| $action | yii\base\Action |
The action just executed. |
| $result | mixed |
The action execution result |
| return | mixed |
The processed action result. |
Please login to continue.