• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activitybinding.php
  • Класс: Bitrix\Crm\ActivityBindingTable
  • Вызов: ActivityBindingTable::getMap
static function getMap()
{
	return array(
		'ID' => array(
			'data_type' => 'integer',
			'primary' => true,
			'autocomplete' => true
		),
		'ACTIVITY_ID' => array(
			'data_type' => 'integer'
		),
		'OWNER_ID' => array(
			'data_type' => 'integer'
		),
		'OWNER_TYPE_ID' => array(
			'data_type' => 'integer'
		)
	);
}