| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 168 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
MetadataBag:: (11 methods):
__construct()
initialize()
getLifetime()
stampNew()
getStorageKey()
getCreated()
getLastUsed()
clear()
getName()
setName()
stampCreated()
Class: MetadataBag - X-Ref
Metadata container.| __construct($storageKey = '_sf2_meta', $updateThreshold = 0) X-Ref |
param: string $storageKey The key used to store bag in the session param: int $updateThreshold The time to wait between two UPDATED updates |
| 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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |