interface FlashBagInterface implements SessionBagInterface
FlashBagInterface.
| 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 $message) Registers a message for a given type. | ||
| array | peek(string $type, array $default = array()) Gets flash messages for a given type. | |
| array | peekAll() Gets all flash messages. | |
| array | get(string $type, array $default = array()) Gets and clears flash from the stack. | |
| array | all() Gets and clears flashes from the stack. | |
| setAll(array $messages) Sets all flash messages. | ||
| bool | has(string $type) Has flash messages for a given type? | |
| array | keys() Returns a list of all defined types. |
Gets this bag's name
Initializes the Bag
Gets the storage key for this bag.
Clears out data from bag.
Adds a flash message for type.
Registers a message for a given type.
Gets flash messages for a given type.
Gets all flash messages.
Gets and clears flash from the stack.
Gets and clears flashes from the stack.
Sets all flash messages.
Has flash messages for a given type?
Returns a list of all defined types.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.html