\Symfony\Component\HttpFoundation\SessionSessionBagInterface

Session Bag store.

Summary

Methods
Constants
getName()
initialize()
getStorageKey()
clear()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getName()

getName() : string

Gets this bag's name.

Returns

string

initialize()

initialize(array  $array) 

Initializes the Bag.

Parameters

array $array

getStorageKey()

getStorageKey() : string

Gets the storage key for this bag.

Returns

string

clear()

clear() : mixed

Clears out data from bag.

Returns

mixed —

Whatever data was contained