• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/catalog/service.php
  • Класс: BitrixSeoCatalogService
  • Вызов: Service::getCatalog
public function getCatalog(string $type): Catalog
{
	return Catalog::create($type)->setService($this);
}