1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
productfilter.php
См. документацию.
1<?php
2
3namespace Bitrix\Catalog\Filter;
4
5use Bitrix\Main;
6
8{
13 protected function removeServiceUiFilterFields(array &$filter): void
14 {
15 parent::removeServiceUiFilterFields($filter);
16 if (
17 !empty($filter['SUBQUERY']['FILTER'])
18 && is_array($filter['SUBQUERY']['FILTER'])
19 )
20 {
21 parent::removeServiceUiFilterFields($filter['SUBQUERY']['FILTER']);
22 }
23 }
24}
removeServiceUiFilterFields(array &$filter)
Определения productfilter.php:13
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$filter
Определения iblock_catalog_list.php:54