• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/api/executer.php
  • Класс: BitrixSaleTradingPlatformVkApiExecuter
  • Вызов: Executer::__construct
public function __construct($api)
{
	if (empty($api))
		throw new ArgumentNullException('api');

	$this->scriptPath = $_SERVER['DOCUMENT_ROOT'] . "/bitrix/modules/sale/lib/tradingplatform/vk/api/scripts";
	$this->api = $api;
}