См. определение в файле conversionhandlers.php строка 12
◆ onGetCounterTypes()
static onGetCounterTypes |
( |
| ) |
|
|
static |
◆ onGetRateTypes()
static onGetRateTypes |
( |
| ) |
|
|
static |
◆ onMessageAdd()
static onMessageAdd |
( |
| $id, |
|
|
| $message, |
|
|
| $topicInfo, |
|
|
| $forumInfo, |
|
|
| $fields ) |
|
static |
Increments conversion post day counter
- Аргументы
-
int | $id | Topic ID. |
array | $message | Message fields. |
array | $topicInfo | Message TOPIC_INFO field. |
array | $forumInfo | Message FORUM_INFO field. |
array | $fields | Message fields used to insert. |
- Возвращает
- void
См. определение в файле conversionhandlers.php строка 103
◆ onTopicAdd()
static onTopicAdd |
( |
| $id, |
|
|
| $fields ) |
|
static |
Increments conversion topic day counter
- Аргументы
-
int | $id | Topic ID. |
array | $fields | Topic fields. |
- Возвращает
- void
См. определение в файле conversionhandlers.php строка 84