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