• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/scope/group.php
  • Класс: BitrixLandingSiteScopeGroup
  • Вызов: Group::init
static function init(array $params = [])
{
	if (!RestrictionManager::isAllowed('limit_crm_free_knowledge_base_project'))
	{
		return;
	}
	parent::init($params);
	Role::setExpectedType(self::$currentScopeId);
}