interface FlashBagInterface implements SessionBagInterface
FlashBagInterface.
Methods
string getName() Gets this bag's name. from SessionBagInterface initialize(array $array) Initializes the Bag. from SessionBagInterface string getStorageKey() Gets the storage key for this bag. from SessionBagInterface mixed clear() Clears out data from bag. from SessionBagInterface add(string $type, string $message) Adds a flash message for type.
set(string $type, string|array $mess