[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

WriteCheckSessionHandler:: (7 methods):
  __construct()
  close()
  destroy()
  gc()
  open()
  read()
  write()


Class: WriteCheckSessionHandler  - X-Ref

Wraps another SessionHandlerInterface to only write the session when it has been modified.

__construct(\SessionHandlerInterface $wrappedSessionHandler)   X-Ref


close()   X-Ref
{@inheritdoc}


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


gc($maxlifetime)   X-Ref
{@inheritdoc}


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


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


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




Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1