bool has(string $type) Has flash messages for a given type?
mixed clear() Clears out data from bag.
setName($name) Parameters $name
array peekAll() Gets all flash messages.
array keys() Returns a list of all defined types.
array all() Gets and clears flashes from the stack.
add(string $type, string $message) Adds a flash message for type.
class FlashBag implements
initialize(array $flashes) Initializes the Bag.
Page 2 of 4