[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/ -> FlashBag.php (summary)

(no description)

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

Defines 1 class

FlashBag:: (16 methods):
  __construct()
  getName()
  setName()
  initialize()
  add()
  peek()
  peekAll()
  get()
  all()
  set()
  setAll()
  has()
  keys()
  getStorageKey()
  clear()
  getIterator()


Class: FlashBag  - X-Ref

FlashBag flash message container.

__construct($storageKey = '_sf2_flashes')   X-Ref
Constructor.

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 = array()   X-Ref
{@inheritdoc}


peekAll()   X-Ref
{@inheritdoc}


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


all()   X-Ref
{@inheritdoc}


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


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


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


keys()   X-Ref
{@inheritdoc}


getStorageKey()   X-Ref
{@inheritdoc}


clear()   X-Ref
{@inheritdoc}


getIterator()   X-Ref
Returns an iterator for flashes.

return: \ArrayIterator An \ArrayIterator instance



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1