Function __global->get_web_notifications
Definitions
sources/notification_poller.php
- Get web notification templating.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$max | ?integer | Null | N/A | N/A | Number of notifications to show (null: no limit) |
$start | integer | 0 | N/A | N/A | Start offset |
$skip_cache | boolean | False | N/A | N/A | Whether to skip serving results from the cache |
Return
- A tuple: Templating, Max rows, unread rows
- Type: array
- Set: N/A
- Range: N/A