VoteUserType::getDBColumnType

  1. Bitrix24 API (v. 23.675.0)
  2. vote
  3. VoteUserType
  4. getDBColumnType
  • Модуль: 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'));
}

Добавить комментарий