• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/scope.php
  • Класс: BitrixLandingSiteScope
  • Вызов: Scope::init
static function init(array $params = [])
{
	$reflectionClass = new ReflectionClass(get_called_class());
	self::$currentScopeId = mb_strtoupper($reflectionClass->getShortName());
}