Function __global->render_event_box
Definitions
sources/calendar.php
- Render an event box.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$row | array | required parameter | N/A | N/A | Event row |
$zone | ID_TEXT | _SEARCH | N/A | N/A | Zone to link through to |
$give_context | boolean | True | N/A | N/A | Whether to include context (i.e. say WHAT this is, not just show the actual content) |
$guid | ID_TEXT | Blank (empty string) | N/A | N/A | Overridden GUID to send to templates (blank: none) |
$text_summary | ?Tempcode | Null | N/A | N/A | Text summary for result (e.g. highlighted portion of actual file from search result) (null: none) |
Return
- The event box
- Type: Tempcode
- Set: N/A
- Range: N/A