• Модуль: blog
  • Путь к файлу: ~/bitrix/modules/blog/lib/integration/socialnetwork/log.php
  • Класс: BitrixBlogIntegrationSocialnetworkLog
  • Вызов: Log::getEventIdList
static function getEventIdList()
{
	return array(
		self::EVENT_ID_POST,
		self::EVENT_ID_POST_IMPORTANT,
		self::EVENT_ID_POST_VOTE,
		self::EVENT_ID_POST_GRAT
	);
}