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

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

	return $this;
}