• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/trigger/entity/trigger.php
  • Класс: BitrixTasksIntegrationBizprocAutomationTriggerEntityTriggerTable
  • Вызов: TriggerTable::getMap
static function getMap()
{
	return array(
		'ID' => array('primary' => true, 'data_type' => 'integer'),
		'NAME' => array('data_type' => 'string'),
		'CODE' => array('data_type' => 'string'),
		'ENTITY_TYPE_ID' => array('data_type' => 'integer'),
		'ENTITY_STATUS' => array('data_type' => 'string'),
		'APPLY_RULES' => array(
			'data_type' => 'string',
			'serialized' => true
		)
	);
}