[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/http-foundation/Session/Storage/Handler/ -> StrictSessionHandler.php (summary)

(no description)

File Size: 103 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

StrictSessionHandler:: (9 methods):
  __construct()
  open()
  doRead()
  updateTimestamp()
  doWrite()
  destroy()
  doDestroy()
  close()
  gc()


Class: StrictSessionHandler  - X-Ref

Adds basic `SessionUpdateTimestampHandlerInterface` behaviors to another `SessionHandlerInterface`.

__construct(\SessionHandlerInterface $handler)   X-Ref
No description

open($savePath, $sessionName)   X-Ref
{@inheritdoc}


doRead($sessionId)   X-Ref
{@inheritdoc}


updateTimestamp($sessionId, $data)   X-Ref
{@inheritdoc}


doWrite($sessionId, $data)   X-Ref
{@inheritdoc}


destroy($sessionId)   X-Ref
{@inheritdoc}


doDestroy($sessionId)   X-Ref
{@inheritdoc}


close()   X-Ref
{@inheritdoc}


gc($maxlifetime)   X-Ref

return: bool



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1