[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 138 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 |
Constructor. 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: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |