• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/channel.php
  • Класс: BitrixVoteChannelSiteTable
  • Вызов: ChannelSiteTable::getMap
static function getMap()
{
	return array(
		'CHANNEL_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
			'title' => Loc::getMessage('V_TABLE_FIELD_CHANNEL_ID'),
		),
		'SITE_ID' => array(
			'data_type' => 'string',
			'primary' => true,
			'size' => 2,
			'title' => Loc::getMessage('V_TABLE_FIELD_SITE_ID'),
		)
	);
}