Cheetah
Public Member Functions | Protected Attributes | List of all members
Facebook\PersistentData\FacebookSessionPersistentDataHandler Class Reference
Inheritance diagram for Facebook\PersistentData\FacebookSessionPersistentDataHandler:
Facebook\PersistentData\PersistentDataInterface

Public Member Functions

 __construct ($enableSessionCheck=true)
 
 get ($key)
 
 set ($key, $value)
 

Protected Attributes

 $sessionPrefix = 'FBRLH_'
 

Detailed Description

Definition at line 33 of file FacebookSessionPersistentDataHandler.php.

Constructor & Destructor Documentation

◆ __construct()

Facebook\PersistentData\FacebookSessionPersistentDataHandler::__construct (   $enableSessionCheck = true)

Init the session handler.

Parameters
boolean$enableSessionCheck
Exceptions
FacebookSDKException

Definition at line 47 of file FacebookSessionPersistentDataHandler.php.

Member Function Documentation

◆ get()

Facebook\PersistentData\FacebookSessionPersistentDataHandler::get (   $key)

Get a value from a persistent data store.

Parameters
string$key
Returns
mixed

Implements Facebook\PersistentData\PersistentDataInterface.

Definition at line 60 of file FacebookSessionPersistentDataHandler.php.

◆ set()

Facebook\PersistentData\FacebookSessionPersistentDataHandler::set (   $key,
  $value 
)

Set a value in the persistent data store.

Parameters
string$key
mixed$value

Implements Facebook\PersistentData\PersistentDataInterface.

Definition at line 72 of file FacebookSessionPersistentDataHandler.php.

Member Data Documentation

◆ $sessionPrefix

Facebook\PersistentData\FacebookSessionPersistentDataHandler::$sessionPrefix = 'FBRLH_'
protected

Definition at line 38 of file FacebookSessionPersistentDataHandler.php.


The documentation for this class was generated from the following file: