• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/checkout/service.php
  • Класс: Bitrix\Seo\Checkout\Service
  • Вызов: Service::getInstance
static function getInstance()
{
	static $instance = null;
	if ($instance === null)
	{
		$instance = new static();
	}

	return $instance;
}