• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/classes/general/pull_options.php
  • Класс: CPullOptions
  • Вызов: CPullOptions::SetJsonRpcUrl
static function SetJsonRpcUrl($path = "")
{
	if ($path == '')
	{
		$path = self::GetDefaultOption('path_to_json_rpc');
	}
	COption::SetOptionString("pull", "path_to_json_rpc", $path);
	return true;
}