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