[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/http-foundation/Session/Attribute/ -> AttributeBag.php (summary)

(no description)

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

Defines 1 class

AttributeBag:: (14 methods):
  __construct()
  getName()
  setName()
  initialize()
  getStorageKey()
  has()
  get()
  set()
  all()
  replace()
  remove()
  clear()
  getIterator()
  count()


Class: AttributeBag  - X-Ref

This class relates to session attribute storage.

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

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

getName()   X-Ref
{@inheritdoc}


setName($name)   X-Ref
No description

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


getStorageKey()   X-Ref
{@inheritdoc}


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


get($name, $default = null)   X-Ref
{@inheritdoc}


set($name, $value)   X-Ref
{@inheritdoc}


all()   X-Ref
{@inheritdoc}


replace(array $attributes)   X-Ref
{@inheritdoc}


remove($name)   X-Ref
{@inheritdoc}


clear()   X-Ref
{@inheritdoc}


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

return: \ArrayIterator An \ArrayIterator instance

count()   X-Ref
Returns the number of attributes.

return: int The number of attributes



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1