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