- Модуль: landing
- Путь к файлу: ~/bitrix/modules/landing/lib/internals/filterblock.php
- Класс: BitrixLandingInternalsFilterBlockTable
- Вызов: FilterBlockTable::getMap
static function getMap()
{
return array(
'ID' => new EntityIntegerField('ID', array(
'primary' => true,
'autocomplete' => true,
'title' => 'ID'
)),
'FILTER_ID' => new EntityIntegerField('FILTER_ID', array(
'title' => Loc::getMessage('LANDING_TABLE_FIELD_FILTER_ID'),
'required' => true
)),
'BLOCK_ID' => new EntityIntegerField('BLOCK_ID', array(
'title' => Loc::getMessage('LANDING_TABLE_FIELD_BLOCK_ID'),
'required' => true
))
);
}