Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/catalog/lib/integration/report/filter/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/catalog/lib/integration/report/filter/storestockfilter.php

<?php

namespace Bitrix\Catalog\Integration\Report\Filter;


class StoreStockFilter extends BaseFilter
{
	protected static function getStoreFilterContext(): string
	{
		return 'report_store_stock_filter_stores';
	}

	protected static function getProductFilterContext(): string
	{
		return 'report_store_stock_filter_products';
	}
}