• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Facade/Repository.php
  • Класс: BitrixCatalogv2FacadeRepository
  • Вызов: Repository::setDetailUrlTemplate
public function setDetailUrlTemplate(?string $template): self
{
	$this->detailUrlTemplate = $template;

	$this->setAutoloadDetailUrl($template !== null);

	return $this;
}