Cheetah
|
Public Member Functions | |
__construct ($enableSessionCheck=true) | |
get ($key) | |
set ($key, $value) | |
Protected Attributes | |
$sessionPrefix = 'FBRLH_' | |
Definition at line 33 of file FacebookSessionPersistentDataHandler.php.
Facebook\PersistentData\FacebookSessionPersistentDataHandler::__construct | ( | $enableSessionCheck = true | ) |
Init the session handler.
boolean | $enableSessionCheck |
FacebookSDKException |
Definition at line 47 of file FacebookSessionPersistentDataHandler.php.
Facebook\PersistentData\FacebookSessionPersistentDataHandler::get | ( | $key | ) |
Get a value from a persistent data store.
string | $key |
Implements Facebook\PersistentData\PersistentDataInterface.
Definition at line 60 of file FacebookSessionPersistentDataHandler.php.
Facebook\PersistentData\FacebookSessionPersistentDataHandler::set | ( | $key, | |
$value | |||
) |
Set a value in the persistent data store.
string | $key | |
mixed | $value |
Implements Facebook\PersistentData\PersistentDataInterface.
Definition at line 72 of file FacebookSessionPersistentDataHandler.php.
|
protected |
Definition at line 38 of file FacebookSessionPersistentDataHandler.php.