Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс FilterEntity
+ Граф наследования:FilterEntity:

Открытые статические члены

static getFilter ($filterId)
 
static setFilter ($blockId, array &$sourceParams=[])
 
static removeBlock ($blockId)
 
- Открытые статические члены унаследованные от BaseTable
static callback ($code, $callback)
 

Статические открытые данные

static $internalClass = 'FilterEntityTable'
 
- Статические открытые данные унаследованные от BaseTable
static $internalClass = null
 

Защищенные статические члены

static getSourceSelector ()
 

Подробное описание

См. определение в файле filterentity.php строка 6

Методы

◆ getFilter()

static getFilter ( $filterId)
static

Gets filter row by id.

Аргументы
int$filterIdFilter id.
Возвращает
array

См. определение в файле filterentity.php строка 35

◆ getSourceSelector()

static getSourceSelector ( )
staticprotected

Gets selector object.

Возвращает
Selector

См. определение в файле filterentity.php строка 18

◆ removeBlock()

static removeBlock ( $blockId)
static

Remove the block from all filters.

Аргументы
int$blockIdBlock id.
Возвращает
void

См. определение в файле filterentity.php строка 145

◆ setFilter()

static setFilter ( $blockId,
array & $sourceParams = [] )
static

Store the filter for the block.

Аргументы
int$blockIdBlock id.
array$sourceParamsSource params for this block.
Возвращает
void

См. определение в файле filterentity.php строка 69

Данные класса

◆ $internalClass

$internalClass = 'FilterEntityTable'
static

См. определение в файле filterentity.php строка 12