Class ParseSessionStorage - Uses PHP session support for persistent storage.
author |
Fosco Marotto [email protected] |
---|---|
package |
Parse |
__construct()
Throws |
|
---|
clear() : void
get(string $key) : mixed
string
The key to get the value for
mixed
getAll() : array
array
getKeys() : array
array
remove(string $key) : void
string
The key to remove.
save() : null
null
set(string $key, mixed $value) : void
string
The key to set
mixed
The value to set
storageKey : string
var |
---|
string