| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 176 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
AutoExpireFlashBag:: (15 methods):
__construct()
getName()
setName()
initialize()
add()
peek()
peekAll()
get()
all()
setAll()
set()
has()
keys()
getStorageKey()
clear()
Class: AutoExpireFlashBag - X-Ref
AutoExpireFlashBag flash message container.| __construct($storageKey = '_sf2_flashes') X-Ref |
| Constructor. param: string $storageKey The key used to store flashes in the session. |
| getName() X-Ref |
| {@inheritdoc} |
| setName($name) X-Ref |
| No description |
| initialize(array &$flashes) X-Ref |
| {@inheritdoc} |
| add($type, $message) X-Ref |
| {@inheritdoc} |
| peek($type, array $default = array() X-Ref |
| {@inheritdoc} |
| peekAll() X-Ref |
| {@inheritdoc} |
| get($type, array $default = array() X-Ref |
| {@inheritdoc} |
| all() X-Ref |
| {@inheritdoc} |
| setAll(array $messages) X-Ref |
| {@inheritdoc} |
| set($type, $messages) X-Ref |
| {@inheritdoc} |
| has($type) X-Ref |
| {@inheritdoc} |
| keys() X-Ref |
| {@inheritdoc} |
| getStorageKey() X-Ref |
| {@inheritdoc} |
| clear() X-Ref |
| {@inheritdoc} |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |