• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/servicewrapper.php
  • Класс: BitrixSeoBusinessSuiteServiceWrapper
  • Вызов: ServiceWrapper::getInstance
static function getInstance(): ServiceWrapper
{
	if (!static::$instance[$key = get_called_class()])
	{
		static::$instance[$key] = new static();
	}

	return static::$instance[$key];
}