• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/socialnetwork.php
  • Класс: Bitrix\Crm\Integration\Socialnetwork
  • Вызов: Socialnetwork::onCommentAuxGetCommentTypeList
static function onCommentAuxGetCommentTypeList(Event $event)
{
	return new EventResult(
		EventResult::SUCCESS,
		[
			'typeList' => Socialnetwork\CommentAux\CreateTask::getCommentTypeList(),
		],
		'crm'
	);
}