[ Index ]

PHP Cross Reference of phpBB-3.3.12-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

Session:: (26 methods):
  __construct()
  start()
  has()
  get()
  set()
  all()
  replace()
  remove()
  clear()
  isStarted()
  getIterator()
  count()
  getUsageIndex()
  isEmpty()
  invalidate()
  migrate()
  save()
  getId()
  setId()
  getName()
  setName()
  getMetadataBag()
  registerBag()
  getBag()
  getFlashBag()
  getAttributeBag()


Class: Session  - X-Ref


__construct(SessionStorageInterface $storage = null, AttributeBagInterface $attributes = null, FlashBagInterface $flashes = null)   X-Ref

param: SessionStorageInterface $storage    A SessionStorageInterface instance
param: AttributeBagInterface   $attributes An AttributeBagInterface instance, (defaults null for default AttributeBag)
param: FlashBagInterface       $flashes    A FlashBagInterface instance (defaults null for default FlashBag)

start()   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}


isStarted()   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

getUsageIndex()   X-Ref

return: int

isEmpty()   X-Ref

return: bool

invalidate($lifetime = null)   X-Ref
{@inheritdoc}


migrate($destroy = false, $lifetime = null)   X-Ref
{@inheritdoc}


save()   X-Ref
{@inheritdoc}


getId()   X-Ref
{@inheritdoc}


setId($id)   X-Ref
{@inheritdoc}


getName()   X-Ref
{@inheritdoc}


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


getMetadataBag()   X-Ref
{@inheritdoc}


registerBag(SessionBagInterface $bag)   X-Ref
{@inheritdoc}


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


getFlashBag()   X-Ref
Gets the flashbag interface.

return: FlashBagInterface

getAttributeBag()   X-Ref
Gets the attributebag interface.

Note that this method was added to help with IDE autocompletion.

return: AttributeBagInterface



Generated: Sun Jun 23 12:25:44 2024 Cross-referenced by PHPXref 0.7.1