hasFlash() public method
Returns a value indicating whether there are flash messages associated with the specified key.
| public boolean hasFlash ( $key ) | ||
|---|---|---|
| $key | string |
Key identifying the flash message type |
| return | boolean |
Whether any flash messages exist under specified key |
Please login to continue.