array peekAll() Gets all flash messages.
bool has(string $type) Has flash messages for a given type?
string getName() Gets this bag's name.
string getStorageKey() Gets the storage key for this bag.
add(string $type, string $message) Adds a flash message for type.
setAll(array $messages) Sets all flash messages.
mixed clear() Clears out data from bag.
Page 1 of 4