• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/url.php
  • Класс: BitrixRestMarketplaceUrlsTemplates
  • Вызов: Templates::getDetailUrl
public function getDetailUrl($id = null, $from = '')
	{
		$url = $this->getReplacedId($this->pages["detail"], $id);
		$url = $this->addUrlFrom($url, $from);

		return $url;
	}