FlashBag::peekAll()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

array peekAll() Gets all flash messages.

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

save() Force the session to be saved and closed. This method must invoke sessionwriteclose()

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

write($sessionId, $data) {@inheritdoc} Parameters

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

mixed getName() Returns the session name.

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

class PhpBridgeSessionStorage extends

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

array all() Gets and clears flashes from the stack.

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

read($sessionId) {@inheritdoc} Parameters

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

SessionBagInterface

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

setId(string $id) Sets the session ID. Parameters

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

setName(string $name) Sets the session name.

2025-01-10 15:47:30