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

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

static getTableName ()
 
static getMap ()
 
static applyBlock ($filterId, $blockId)
 
static removeBlock ($blockId)
 

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

static actualFilters ()
 

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

Class FilterEntityTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_FilterEntity_Query query() @method static EO_FilterEntity_Result getByPrimary($primary, array $parameters = array()) @method static EO_FilterEntity_Result getById($id) @method static EO_FilterEntity_Result getList(array $parameters = array()) @method static EO_FilterEntity_Entity getEntity() @method static \Bitrix\Landing\Internals\EO_FilterEntity createObject($setDefaultValues = true) @method static \Bitrix\Landing\Internals\EO_FilterEntity_Collection createCollection() @method static \Bitrix\Landing\Internals\EO_FilterEntity wakeUpObject($row) @method static \Bitrix\Landing\Internals\EO_FilterEntity_Collection wakeUpCollection($rows)

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

Методы

◆ actualFilters()

static actualFilters ( )
staticprotected

Removes not used filters.

Возвращает
void

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

◆ applyBlock()

static applyBlock ( $filterId,
$blockId )
static

Apply the block to the filter.

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

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

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

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

◆ removeBlock()

static removeBlock ( $blockId)
static

Remove the block from all filters.

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

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