• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/url.php
  • Класс: BitrixRestMarketplaceUrlsTemplates
  • Вызов: Templates::getReplacedId
protected function getReplacedId(string $url, $id = null)
	{
		$url = $this->getDir().$url;
		if (!is_null($id))
			$url = str_replace("#ID#", $id, $url);
		return $url;
	}