• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/type.php
  • Класс: BitrixLandingSiteType
  • Вызов: Type::getCurrentScopeId
static function getCurrentScopeId()
{
	if (self::$currentScopeClass !== null)
	{
		return self::$currentScopeClass::getCurrentScopeId();
	}
	return null;
}