SessionPersistentDataStore
class SessionPersistentDataStore implements PersistentDataStoreInterface (View source)
Properties
protected string | $prefix | Session Variable Prefix |
Methods
__construct(string $prefix = 'DBAPI_')
Create a new SessionPersistentDataStore instance
string
get(string $key)
Get a value from the store
set(string $key, string $value)
Set a value in the store
void
clear($key)
Clear the key from the store
Details
at line line 19
__construct(string $prefix = 'DBAPI_')
Create a new SessionPersistentDataStore instance
at line line 31
string
get(string $key)
Get a value from the store
at line line 47
set(string $key, string $value)
Set a value in the store
at line line 59
void
clear($key)
Clear the key from the store