[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

NullSessionHandler:: (7 methods):
  close()
  validateId()
  doRead()
  updateTimestamp()
  doWrite()
  doDestroy()
  gc()


Class: NullSessionHandler  - X-Ref

Can be used in unit testing or in a situations where persisted sessions are not desired.

close()   X-Ref
{@inheritdoc}


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


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


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


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


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


gc($maxlifetime)   X-Ref

return: bool



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