| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 249 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Session:: (23 methods):
__construct()
start()
has()
get()
set()
all()
replace()
remove()
clear()
isStarted()
getIterator()
count()
invalidate()
migrate()
save()
getId()
setId()
getName()
setName()
getMetadataBag()
registerBag()
getBag()
getFlashBag()
| __construct(SessionStorageInterface $storage = null, AttributeBagInterface $attributes = null, FlashBagInterface $flashes = null) X-Ref |
| Constructor. 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 |
| 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 |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |