array peek(string $type, array $default = array()) Gets flash messages for a given type.
array all() Gets and clears flashes from the stack.
class AutoExpireFlashBag implements
array keys() Returns a list of all defined types.
mixed clear() Clears out data from bag.
setAll(array $messages) Sets all flash messages.
add(string $type, string $message) Adds a flash message for type.
initialize(array $flashes) Initializes the Bag.
Page 3 of 4