• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/logsite.php
  • Класс: BitrixSocialnetworkLogSiteTable
  • Вызов: LogSiteTable::getMap
static function getMap()
{
	$fieldsMap = array(
		'LOG_ID' => [
			'data_type' => 'integer',
			'primary' => true
		],
		'LOG' => array(
			'data_type' => 'BitrixSocialnetworkLog',
			'reference' => array('=this.LOG_ID' => 'ref.ID')
		),
		'SITE_ID' => [
			'data_type' => 'string',
			'primary' => true
		],
	);

	return $fieldsMap;
}