• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/logfavorites.php
  • Класс: BitrixSocialnetworkLogFavoritesTable
  • Вызов: LogFavoritesTable::getMap
static function getMap()
{
	$fieldsMap = array(
		'USER_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
		'LOG_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
	);

	return $fieldsMap;
}