SessionBagInterface
interface SessionBagInterface
Session Bag store.
Methods
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.
Details
at line line 26
string
getName()
Gets this bag's name.
at line line 33
initialize(array $array)
Initializes the Bag.
at line line 40
string
getStorageKey()
Gets the storage key for this bag.
at line line 47
mixed
clear()
Clears out data from bag.