Component\HttpFoundation\Session\Storage\Proxy
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

Classes

2025-01-10 15:47:30
SessionInterface::isStarted()
  • References/PHP/Symfony/Component/HttpFoundation/Session

bool isStarted() Checks if the session was started.

2025-01-10 15:47:30
Session::getFlashBag()
  • References/PHP/Symfony/Component/HttpFoundation/Session

F

2025-01-10 15:47:30
WriteCheckSessionHandler
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

class WriteCheckSessionHandler implements SessionHandlerInterface

2025-01-10 15:47:30
SessionHandlerProxy::destroy()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

destroy($sessionId) {@inheritdoc} Parameters

2025-01-10 15:47:30
AbstractProxy::getId()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

string getId() Gets the session ID. Return

2025-01-10 15:47:30
MetadataBag::getCreated()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

int getCreated() Gets the created timestamp metadata.

2025-01-10 15:47:30
FlashBag::has()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

bool has(string $type) Has flash messages for a given type?

2025-01-10 15:47:30
SessionStorageInterface::isStarted()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

bool isStarted() Checks if the session is started.

2025-01-10 15:47:30
MongoDbSessionHandler::open()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

open($savePath, $sessionName) {@inheritdoc}

2025-01-10 15:47:30