interface SessionBagInterface
Session Bag store.
| string | getName() Gets this bag's name. | |
| initialize(array $array) Initializes the Bag. | ||
| string | getStorageKey() Gets the storage key for this bag. | |
| mixed | clear() Clears out data from bag. |
Gets this bag's name.
| string |
Initializes the Bag.
| array | $array |
Gets the storage key for this bag.
| string |
Clears out data from bag.
| mixed | Whatever data was contained |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpFoundation/Session/SessionBagInterface.html