Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/tradingplatform/ymarket/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/tradingplatform/ymarket/yandexmarket.php

<?
namespace Bitrix\Sale\TradingPlatform\YMarket;

use Bitrix\Sale\TradingPlatform\Platform;

class YandexMarket extends Platform
{
	const TRADING_PLATFORM_CODE = "ymarket";

	public static function getInstance()
	{
		return parent::getInstanceByCode(self::TRADING_PLATFORM_CODE);
	}
}