• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/url.php
  • Класс: BitrixRestMarketplaceUrlsConfiguration
  • Вызов: Configuration::getImportApp
public function getImportApp($code = null)
	{
		$replace = null;
		$subject = null;
		if (!is_null($code))
		{
			$replace = [
				'#APP_CODE#'
			];
			$subject = [
				$code
			];
		}
		return $this->getReplaced($this->getPage('import_app'), $replace, $subject);
	}