• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/type.php
  • Класс: BitrixLandingSiteType
  • Вызов: Type::isPublicScope
static function isPublicScope(?string $scope = null): bool
{
	$scope = $scope ? mb_strtoupper($scope) : self::getCurrentScopeId();
	return !($scope === 'KNOWLEDGE' || $scope === 'GROUP');
}