Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
messageratingvotehandler.php
1<?php
3
5
6if (Loader::includeModule('replica'))
7{
8 class MessageRatingVoteHandler extends \Bitrix\Replica\Client\RatingVoteHandler
9 {
10 protected $entityTypeId = "FORUM_POST";
11 protected $entityIdTranslation = "b_forum_message.ID";
12 }
13}