Spyderserve Web Development
Gary Kuhlmann - January 27, 2019
$_sas->addNotification($to, $message, $period = 'now', $options = array())
Description
Used to add a notification to the central cron operations.
Variables
| Name | Required | Description | Type | Values | Default |
| $to | Yes | The destination for the notification. Use a numeric id to send to a user or add email address(es) for destination. Multiple email addresses need to be separated by a comma (,) or as an array. | string or array | ||
| $message | Yes | The Message for the notification | string | ||
| $period | No | The cron period that the notification needs to be grouped in. | string | now, hour, day, month | now |