• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/calllog.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\CallLogTable
  • Вызов: CallLogTable::getMap
static function getMap()
{
	return array(
		'CALL_ID' => array(
			'data_type' => 'string',
			'primary' => true,
		),
		'RECIPIENT_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
		'DATE_INSERT' => array(
			'data_type' => 'datetime',
			'required' => true,
			'default_value' => new Type\DateTime(),
		),
	);
}