AutoExpireFlashBag
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

class AutoExpireFlashBag implements

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

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

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

gc($maxlifetime) {@inheritdoc} Parameters

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

clear() Clear all session data in memory.

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

setAll(array $messages) Sets all flash messages.

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

initialize(array $flashes) Initializes the Bag.

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

mixed clear() Clears out data from bag.

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

MetadataBag

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

read($sessionId) {@inheritdoc} Parameters

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

mixed remove(string $name) Removes an attribute.

2025-01-10 15:47:30