Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Event

Открытые статические члены

static sendImmediate (array $data)
 
static send (array $data)
 
static handleEvent (array $arEvent)
 

Открытые атрибуты

const SEND_RESULT_NONE = 'N'
 
const SEND_RESULT_SUCCESS = 'Y'
 
const SEND_RESULT_ERROR = 'F'
 
const SEND_RESULT_PARTLY = 'P'
 
const SEND_RESULT_TEMPLATE_NOT_FOUND = '0'
 

Подробное описание

См. определение в файле event.php строка 15

Методы

◆ handleEvent()

static handleEvent ( array $arEvent)
static
Аргументы
array$arEvent
Возвращает
string
Исключения
Main

ArgumentException

Исключения
Main

ArgumentNullException

Исключения
Main

ArgumentTypeException

См. определение в файле event.php строка 117

◆ send()

static send ( array $data)
static

Send mail event

Аргументы
array$dataParams of event
Возвращает
Main\Entity\AddResult

См. определение в файле event.php строка 41

◆ sendImmediate()

static sendImmediate ( array $data)
static
Аргументы
array$data
Возвращает
string
Исключения
Main

ArgumentTypeException

См. определение в файле event.php строка 28

Данные класса

◆ SEND_RESULT_ERROR

const SEND_RESULT_ERROR = 'F'

См. определение в файле event.php строка 19

◆ SEND_RESULT_NONE

const SEND_RESULT_NONE = 'N'

См. определение в файле event.php строка 17

◆ SEND_RESULT_PARTLY

const SEND_RESULT_PARTLY = 'P'

См. определение в файле event.php строка 20

◆ SEND_RESULT_SUCCESS

const SEND_RESULT_SUCCESS = 'Y'

См. определение в файле event.php строка 18

◆ SEND_RESULT_TEMPLATE_NOT_FOUND

const SEND_RESULT_TEMPLATE_NOT_FOUND = '0'

См. определение в файле event.php строка 21