• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/helper.php
  • Класс: BitrixRestConfigurationHelper
  • Вызов: Helper::getInstance
static function getInstance(): Helper
{
	if (self::$instance === null)
	{
		self::$instance = new Helper();
	}

	return self::$instance;
}