Scope::getInstance

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. Scope
  4. getInstance
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityform/scope.php
  • Класс: BitrixUiEntityFormScope
  • Вызов: Scope::getInstance
static function getInstance(): Scope
{
	if (self::$instance === null)
	{
		Loader::includeModule('ui');
		self::$instance = ServiceLocator::getInstance()->get('ui.entityform.scope');
	}
	return self::$instance;
}

Добавить комментарий