[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/http-foundation/Session/Storage/Proxy/ -> SessionHandlerProxy.php (summary)

(no description)

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

Defines 1 class

SessionHandlerProxy:: (10 methods):
  __construct()
  getHandler()
  open()
  close()
  read()
  write()
  destroy()
  gc()
  validateId()
  updateTimestamp()


Class: SessionHandlerProxy  - X-Ref


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

getHandler()   X-Ref

return: \SessionHandlerInterface

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


close()   X-Ref
{@inheritdoc}


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


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


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


gc($maxlifetime)   X-Ref

return: bool

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


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




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