• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/taskcomments.php
  • Класс: CTaskComments
  • Вызов: CTaskComments::onCommentTopicAdd
static function onCommentTopicAdd($entityType, $entityId, $arPost, &$arTopic)
{
	BitrixTasksIntegrationForumTaskTopic::onBeforeAdd($entityType, $entityId, $arPost, $arTopic);
}