Function __global->_get_schedule_code_prefix
Definitions
sources/calendar2.php
- Helper for getting the Commandr prefix for scheduled calendar events.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$hook | ID_TEXT | required parameter | N/A | N/A | Hook to run under systems/commandr_scheduled |
$id | string | required parameter | N/A | N/A | Unspecified identifier for the resource behind this scheduled event, for future querying to find said event; also passed to the Commandr hook |
Return
- Commandr command prefix before adding json parameters
- Type: string
- Set: N/A
- Range: N/A