Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
storestockfilter.php
1<?php
2
4
5
7{
8 protected static function getStoreFilterContext(): string
9 {
10 return 'report_store_stock_filter_stores';
11 }
12
13 protected static function getProductFilterContext(): string
14 {
15 return 'report_store_stock_filter_products';
16 }
17}