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

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

static onGetCounterTypes ()
 
static onGetRateTypes ()
 
static onTopicAdd ($id, $fields)
 
static onMessageAdd ($id, $message, $topicInfo, $forumInfo, $fields)
 

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

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

Методы

◆ onGetCounterTypes()

static onGetCounterTypes ( )
static

Returns conversion counter types

Возвращает
array

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

◆ onGetRateTypes()

static onGetRateTypes ( )
static

Returns conversion rate types

Возвращает
array

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

◆ onMessageAdd()

static onMessageAdd (   $id,
  $message,
  $topicInfo,
  $forumInfo,
  $fields 
)
static

Increments conversion post day counter

Аргументы
int$idTopic ID.
array$messageMessage fields.
array$topicInfoMessage TOPIC_INFO field.
array$forumInfoMessage FORUM_INFO field.
array$fieldsMessage fields used to insert.
Возвращает
void

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

◆ onTopicAdd()

static onTopicAdd (   $id,
  $fields 
)
static

Increments conversion topic day counter

Аргументы
int$idTopic ID.
array$fieldsTopic fields.
Возвращает
void

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