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

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

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
FlashBag::clear()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

mixed clear() Clears out data from bag.

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

array peekAll() Gets all flash messages.

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

class AutoExpireFlashBag implements

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
AutoExpireFlashBag::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
FlashBag::all()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

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

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
FlashBag::initialize()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

initialize(array $flashes) Initializes the Bag.

2025-01-10 15:47:30