setAll(array $messages) Sets all flash messages. Parameters array $messages
array peekAll() Gets all flash messages. Return Value array
array peek(string $type, array $default = array()) Gets flash messages for a given type. Parameters string $type Message category type array $default Default value if $type does not exist Return Value array
array keys() Returns a list of all defined types. Return Value array
initialize(array $flashes) Initializes the Bag. Parameters array $flashes
bool has(string $type) Has flash messages for a given type? Parameters string $type Return Value bool
string getStorageKey() Gets the storage key for this bag. Return Value string
string getName() Gets this bag's name. Return Value string
mixed clear() Clears out data from bag. Return Value mixed Whatever data was contained
array all() Gets and clears flashes from the stack. Return Value array
Page 468 of 787