%PDF- %PDF-
| Direktori : /proc/self/root/home/bitrix/www/bitrix/modules/sale/lib/tradingplatform/ymarket/ |
| Current File : //proc/self/root/home/bitrix/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);
}
}