• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/uf/voteusertype.php
  • Класс: BitrixVoteUfVoteUserType
  • Вызов: VoteUserType::getDBColumnType
static function getDBColumnType($userField)
{
	$connection = BitrixMainApplication::getConnection();
	$helper = $connection->getSqlHelper();
	return $helper->getColumnTypeByField(new BitrixMainORMFieldsIntegerField('x'));
}