• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/url.php
  • Класс: BitrixRestMarketplaceUrlsConfiguration
  • Вызов: Configuration::getReplaced
protected function getReplaced(string $url, $replace = null, $subject = null)
	{
		if (!is_null($replace) && !is_null($subject))
		{
			$url = str_replace($replace, $subject, $url);
		}

		return $url;
	}