• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/url.php
  • Класс: BitrixRestMarketplaceUrlsMarketplace
  • Вызов: Marketplace::getCategoryByPlacement
public function getCategoryByPlacement($code, $from = '')
	{
		$url = $this->getReplaced($this->pages['category_placement'], '#CODE#', $code);

		return $this->addUrlFrom($url, $from);
	}