[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

Author: Drak <drak@zikula.org>
File Size: 122 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  getSaveHandlerName()
  isSessionHandlerInterface()
  isWrapper()
  isActive()
  getId()
  setId()
  getName()
  setName()

Functions
Functions that are not part of a class:

getSaveHandlerName()   X-Ref
Gets the session.save_handler name.

return: string|null

isSessionHandlerInterface()   X-Ref
Is this proxy handler and instance of \SessionHandlerInterface.

return: bool

isWrapper()   X-Ref
Returns true if this handler wraps an internal PHP session save handler using \SessionHandler.

return: bool

isActive()   X-Ref
Has a session started?

return: bool

getId()   X-Ref
Gets the session ID.

return: string

setId($id)   X-Ref
Sets the session ID.

param: string $id

getName()   X-Ref
Gets the session name.

return: string

setName($name)   X-Ref
Sets the session name.

param: string $name



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