mixed clear() Clears out data from bag.
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.
array peek(string $type, array $default = array()) Gets flash messages for a given type.
setAll(array $messages) Sets all flash messages.
class AutoExpireFlashBag implements
initialize(array $flashes) Initializes the Bag.
Page 3 of 4