- Модуль: imopenlines
- Путь к файлу: ~/bitrix/modules/imopenlines/lib/model/configstatistic.php
- Класс: BitrixImOpenLinesModelConfigStatisticTable
- Вызов: ConfigStatisticTable::getMap
static function getMap()
{
return array(
'CONFIG_ID' => array(
'primary' => true,
'data_type' => 'integer',
'required' => true,
'title' => Loc::getMessage('CONFIG_STATISTIC_ENTITY_CONFIG_ID_FIELD'),
),
'SESSION' => array(
'data_type' => 'integer',
'title' => Loc::getMessage('CONFIG_STATISTIC_ENTITY_SESSION_FIELD'),
'default_value' => '0',
),
'MESSAGE' => array(
'data_type' => 'integer',
'title' => Loc::getMessage('CONFIG_STATISTIC_ENTITY_MESSAGE_FIELD_NEW_NEW'),
'default_value' => '0',
),
'CLOSED' => array(
'data_type' => 'integer',
'title' => Loc::getMessage('CONFIG_STATISTIC_ENTITY_CLOSED_FIELD_NEW'),
'default_value' => '0',
),
'IN_WORK' => array(
'data_type' => 'integer',
'title' => Loc::getMessage('CONFIG_STATISTIC_ENTITY_IN_WORK_FIELD_NEW'),
'default_value' => '0',
),
'LEAD' => array(
'data_type' => 'integer',
'title' => Loc::getMessage('CONFIG_STATISTIC_ENTITY_LEADS_FIELD'),
'default_value' => '0',
),
);
}