Documentation

SessionBagInterface

Session Bag store.

Tags
author

Drak drak@zikula.org

Table of Contents

clear()  : mixed
Clears out data from bag.
getName()  : string
Gets this bag's name.
getStorageKey()  : string
Gets the storage key for this bag.
initialize()  : mixed
Initializes the Bag.

Methods

clear()

Clears out data from bag.

public clear() : mixed
Return values
mixed

Whatever data was contained

getStorageKey()

Gets the storage key for this bag.

public getStorageKey() : string
Return values
string

initialize()

Initializes the Bag.

public initialize(array<string|int, mixed> &$array) : mixed
Parameters
$array : array<string|int, mixed>
Return values
mixed

Search results