[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/http-foundation/Session/Flash/ -> AutoExpireFlashBag.php (summary)

(no description)

File Size: 161 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AutoExpireFlashBag:: (15 methods):
  __construct()
  getName()
  setName()
  initialize()
  add()
  peek()
  peekAll()
  get()
  all()
  setAll()
  set()
  has()
  keys()
  getStorageKey()
  clear()


Class: AutoExpireFlashBag  - X-Ref

AutoExpireFlashBag flash message container.

__construct($storageKey = '_symfony_flashes')   X-Ref

param: string $storageKey The key used to store flashes in the session

getName()   X-Ref
{@inheritdoc}


setName($name)   X-Ref
No description

initialize(array &$flashes)   X-Ref
{@inheritdoc}


add($type, $message)   X-Ref
{@inheritdoc}


peek($type, array $default = [])   X-Ref
{@inheritdoc}


peekAll()   X-Ref
{@inheritdoc}


get($type, array $default = [])   X-Ref
{@inheritdoc}


all()   X-Ref
{@inheritdoc}


setAll(array $messages)   X-Ref
{@inheritdoc}


set($type, $messages)   X-Ref
{@inheritdoc}


has($type)   X-Ref
{@inheritdoc}


keys()   X-Ref
{@inheritdoc}


getStorageKey()   X-Ref
{@inheritdoc}


clear()   X-Ref
{@inheritdoc}




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1