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
Initializes the Bag
Gets the storage key for this bag.
Clears out data from bag.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/HttpFoundation/Session/SessionBagInterface.html