SessionInterface::clear()
  • References/PHP/Symfony/Component/HttpFoundation/Session

clear() Clears all attributes.

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

array peekAll() Gets all flash messages.

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

setName($name) Parameters $name

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

add(string $type, string $message) Adds a flash message for type.

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

Classes

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

setAll(array $messages) Sets all flash messages.

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

string getName() Gets this bag's name.

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

int count() Returns the number of attributes.

2025-01-10 15:47:30
FlashBagInterface::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::start()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

bool start() Starts the session. Return

2025-01-10 15:47:30