[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

MetadataBag:: (11 methods):
  __construct()
  initialize()
  getLifetime()
  stampNew()
  getStorageKey()
  getCreated()
  getLastUsed()
  clear()
  getName()
  setName()
  stampCreated()


Class: MetadataBag  - X-Ref

Metadata container.

Adds metadata to the session.

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

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

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


getLifetime()   X-Ref
Gets the lifetime that the session cookie was set with.

return: int

stampNew($lifetime = null)   X-Ref
Stamps a new session's metadata.

param: int $lifetime Sets the cookie lifetime for the session cookie. A null value

getStorageKey()   X-Ref
{@inheritdoc}


getCreated()   X-Ref
Gets the created timestamp metadata.

return: int Unix timestamp

getLastUsed()   X-Ref
Gets the last used metadata.

return: int Unix timestamp

clear()   X-Ref
{@inheritdoc}


getName()   X-Ref
{@inheritdoc}


setName($name)   X-Ref
Sets name.

param: string $name

stampCreated($lifetime = null)   X-Ref
No description



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