• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/catalog.php
  • Класс: Bitrix\Seo\BusinessSuite\Catalog
  • Вызов: Catalog::getSetup
private function getSetup(): Setup
{
	static $setup = null;

	if ($setup === null)
	{
		$setup = Setup::load();
	}

	return $setup;
}