• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/socnetfeatures.php
  • Класс: BitrixMobileComponentSocNetFeatures
  • Вызов: SocNetFeatures::isEnabledForGroup
public function isEnabledForGroup($feature): bool
{
	return
		$this->isAllowed($feature)
		&& ( $this->userHave($feature) || $this->groupHave($feature))
		;
}