См. определение в файле event.php строка 15
◆ handleEvent()
static handleEvent |
( |
array | $arEvent | ) |
|
|
static |
- Аргументы
-
- Возвращает
- string
- Исключения
-
ArgumentException
- Исключения
-
ArgumentNullException
- Исключения
-
ArgumentTypeException
См. определение в файле event.php строка 117
◆ send()
static send |
( |
array | $data | ) |
|
|
static |
Send mail event
- Аргументы
-
array | $data | Params of event |
- Возвращает
- Main\Entity\AddResult
См. определение в файле event.php строка 41
◆ sendImmediate()
static sendImmediate |
( |
array | $data | ) |
|
|
static |
- Аргументы
-
- Возвращает
- string
- Исключения
-
ArgumentTypeException
См. определение в файле event.php строка 28
◆ SEND_RESULT_ERROR
const SEND_RESULT_ERROR = 'F' |
◆ SEND_RESULT_NONE
const SEND_RESULT_NONE = 'N' |
◆ SEND_RESULT_PARTLY
const SEND_RESULT_PARTLY = 'P' |
◆ SEND_RESULT_SUCCESS
const SEND_RESULT_SUCCESS = 'Y' |
◆ SEND_RESULT_TEMPLATE_NOT_FOUND
const SEND_RESULT_TEMPLATE_NOT_FOUND = '0' |