Function __global->get_realtime_events
Definitions
sources/realtime_rain.php
- Get all the events within a timestamp range.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$from | TIME | required parameter | N/A | N/A | From time (inclusive) |
$to | TIME | required parameter | N/A | N/A | To time (inclusive) |
Return
- List of template parameter sets (perfect for use in a Tempcode LOOP)
- Type: array
- Set: N/A
- Range: N/A