@@ -13,13 +13,13 @@ |
||
| 13 | 13 | protected $sessionPrefix = null; |
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | - * Init the session handler |
|
| 17 | - * |
|
| 18 | - * @param boolean $enableSessionCheck |
|
| 19 | - * @param string $sessionPrefix |
|
| 20 | - * |
|
| 21 | - * @throws FacebookSDKException |
|
| 22 | - */ |
|
| 16 | + * Init the session handler |
|
| 17 | + * |
|
| 18 | + * @param boolean $enableSessionCheck |
|
| 19 | + * @param string $sessionPrefix |
|
| 20 | + * |
|
| 21 | + * @throws FacebookSDKException |
|
| 22 | + */ |
|
| 23 | 23 | public function __construct($enableSessionCheck = true, $sessionPrefix = 'Facebook.php-graph-sdk') { |
| 24 | 24 | |
| 25 | 25 | # CakeSession::start() will determine if Session has been started. |