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

array peekAll() Gets all flash messages.

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

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

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

array peek(string $type, array $default = array()) Gets flash messages for a given type.

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

bool invalidate(int $lifetime = null) Invalidates the current session. Clears all session

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
MongoDbSessionHandler::write()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

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

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

gc($maxlifetime) {@inheritdoc} Parameters

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

MetadataBag

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

destroy($sessionId) {@inheritdoc} Parameters

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

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

2025-01-10 15:47:30