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