- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/internals/model/messagefield.php
- Класс: Bitrix\Sender\Internals\Model\MessageFieldTable
- Вызов: MessageFieldTable::getMap
static function getMap()
{
return array(
'MESSAGE_ID' => array(
'data_type' => 'integer',
'required' => true,
'primary' => true,
),
'CODE' => array(
'data_type' => 'string',
'required' => true,
'primary' => true,
),
'TYPE' => array(
'data_type' => 'string',
'required' => true,
),
'VALUE' => array(
'data_type' => 'text',
'save_data_modification' => array('\Bitrix\Main\Text\Emoji', 'getSaveModificator'),
'fetch_data_modification' => array('\Bitrix\Main\Text\Emoji', 'getFetchModificator'),
),
);
}