[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 133 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MockFileSessionStorage:: (7 methods):
__construct()
start()
regenerate()
save()
destroy()
getFilePath()
read()
Class: MockFileSessionStorage - X-Ref
MockFileSessionStorage is used to mock sessions for__construct($savePath = null, $name = 'MOCKSESSID', MetadataBag $metaBag = null) X-Ref |
param: string $savePath Path of directory to save session files param: string $name Session name param: MetadataBag $metaBag MetadataBag instance |
start() X-Ref |
{@inheritdoc} |
regenerate($destroy = false, $lifetime = null) X-Ref |
{@inheritdoc} |
save() X-Ref |
{@inheritdoc} |
destroy() X-Ref |
Deletes a session from persistent storage. Deliberately leaves session data in memory intact. |
getFilePath() X-Ref |
Calculate path to file. return: string File path |
read() X-Ref |
Reads session from storage and loads session. |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |