removeFlash() public method
| public mixed removeFlash ( $key ) | ||
|---|---|---|
| $key | string |
The key identifying the flash message. Note that flash messages and normal session variables share the same name space. If you have a normal session variable using the same name, it will be removed by this method. |
| return | mixed |
The removed flash message. Null if the flash message does not exist. |
Please login to continue.