interface SessionBagInterface

Session Bag store.

Methods

string
getName()

Gets this bag's name.

void
initialize(array$array)

Initializes the Bag.

string
getStorageKey()

Gets the storage key for this bag.

mixed
clear()

Clears out data from bag.

Details

string getName()

Gets this bag's name.

Return Value

string

void initialize(array$array)

Initializes the Bag.

Parameters

array $array

Return Value

void

string getStorageKey()

Gets the storage key for this bag.

Return Value

string

mixed clear()

Clears out data from bag.

Return Value

mixed Whatever data was contained