Function Block_side_calendar->get_filter
Definitions
sources/blocks/side_calendar.php
- Gets the type filter, if there is one.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$filter_map | array | required parameter | N/A | N/A | What to filter according to block parameters |
$private_events | ?BINARY | required parameter | N/A | N/A | Whether to show private events (1) or public events (0) (null: both public and private) |
Return
- The filter
- Type: array
- Set: N/A
- Range: N/A