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

array peekAll() Gets all flash messages.

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

array all() Returns attributes. Return

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

array keys() Returns a list of all defined types.

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

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

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

mixed remove(string $name) Removes an attribute.

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

ArrayIterator getIterator()

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

setName(string $name) Sets name. Parameters

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

destroy($sessionId) {@inheritdoc} Parameters

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

bool start() Starts the session storage.

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