Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/catalog/lib/integration/report/dashboard/group/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/catalog/lib/integration/report/dashboard/group/storegroup.php

<?php

namespace Bitrix\Catalog\Integration\Report\Dashboard\Group;

use Bitrix\Main\Localization\Loc;

class StoreGroup implements Group
{
	public function getGroupKey(): string
	{
		return 'catalog_inventory_management';
	}

	public function getGroupTitle(): string
	{
		return Loc::getMessage('STORE_GROUP_TITLE') ?? '';
	}
}