- Модуль: imopenlines
- Путь к файлу: ~/bitrix/modules/imopenlines/lib/integrations/report/statistics/entity/statisticqueue.php
- Класс: BitrixImOpenLinesIntegrationsReportStatisticsEntityStatisticQueueTable
- Вызов: StatisticQueueTable::getMap
static function getMap()
{
return array(
new IntegerField('ID', array('primary' => true, 'autocomplete' => true)),
new IntegerField('SESSION_ID'),
new StringField('STATISTIC_KEY'),
new DatetimeField('DATE_QUEUE'),
new TextField('PARAMS', array('serialized' => true)),
);
}