• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/api/executer.php
  • Класс: BitrixSaleTradingPlatformVkApiExecuter
  • Вызов: Executer::getScript
private function getScript($name)
{
	$filePath = $this->scriptPath . '/' . $name . '.vks';
	if (IOFile::isFileExists($filePath))
	{
		$script = IOFile::getFileContents($filePath);
//			$script = file_get_contents($filePath);

		return $script;
	}

	return NULL;
}