| 1 | <?php |
||
| 15 | class Session extends AllKeysList { |
||
| 16 | |||
| 17 | protected $sessionKey; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param string $sessionKey Key name in $_SESSION variable |
||
| 21 | * @param bool $autoStart Start session if it's not started |
||
| 22 | */ |
||
| 23 | 3 | public function __construct($sessionKey = '__PHP_Console_postponed', $autoStart = true) { |
|
| 30 | |||
| 31 | 3 | protected function getKeysData() { |
|
| 34 | |||
| 35 | 3 | protected function saveKeysData(array $keysData) { |
|
| 38 | } |
||
| 39 |