• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/model/restnetworklimit.php
  • Класс: BitrixImopenlinesModelRestNetworkLimitTable
  • Вызов: RestNetworkLimitTable::getMap
static function getMap()
{
	return array(
		'ID' => array(
			'data_type' => 'integer',
			'primary' => true,
			'autocomplete' => true,
		),
		'BOT_ID' => array(
			'data_type' => 'integer',
			'required' => true,
		),
		'USER_ID' => array(
			'data_type' => 'integer',
			'required' => true,
		),
		'DATE_CREATE' => array(
			'data_type' => 'datetime',
			'default_value' => array(__CLASS__, 'getCurrentDate'),
		),
	);
}