- Модуль: vote
- Путь к файлу: ~/bitrix/modules/vote/lib/event.php
- Класс: BitrixVoteEventAnswerTable
- Вызов: EventAnswerTable::getMap
static function getMap()
{
return array(
'ID' => array(
'data_type' => 'integer',
'primary' => true,
'autocomplete' => true,
),
'EVENT_QUESTION_ID' => array(
'data_type' => 'integer',
),
'ANSWER_ID' => array(
'data_type' => 'integer',
),
'MESSAGE' => array(
'data_type' => 'text',
)
);
}