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

	return 'ID';
}