| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 93 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Interface: FlashBagInterface - X-Ref
FlashBagInterface.| add($type, $message) X-Ref |
| Adds a flash message for type. param: string $type param: string $message |
| set($type, $message) X-Ref |
| Registers a message for a given type. param: string $type param: string|array $message |
| peek($type, array $default = array() X-Ref |
| Gets flash messages for a given type. param: string $type Message category type. param: array $default Default value if $type does not exist. return: array |
| peekAll() X-Ref |
| Gets all flash messages. return: array |
| get($type, array $default = array() X-Ref |
| Gets and clears flash from the stack. param: string $type param: array $default Default value if $type does not exist. return: array |
| all() X-Ref |
| Gets and clears flashes from the stack. return: array |
| setAll(array $messages) X-Ref |
| Sets all flash messages. |
| has($type) X-Ref |
| Has flash messages for a given type? param: string $type return: bool |
| keys() X-Ref |
| Returns a list of all defined types. return: array |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |