Function Hook_commandr_scheduled_send_newsletter->run
Definitions
sources/hooks/systems/commandr_scheduled/send_newsletter.php
- Run Commandr hook.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$options | array | required parameter | N/A | N/A | The options with which the command was called |
$id | string | required parameter | N/A | N/A | Unspecified identifier for the resource behind this scheduled event |
$parameters | array | required parameter | N/A | N/A | The json_decoded parameters passed with run_scheduled_action |
$commandr_fs | object | required parameter | N/A | N/A | A reference to the Commandr filesystem object |
Return
- Array of stdcommand, stdhtml, stdout, and stderr responses
- Type: array
- Set: N/A
- Range: N/A