• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/socnetfeatures.php
  • Класс: BitrixMobileComponentSocNetFeatures
  • Вызов: SocNetFeatures::groupHave
private function groupHave($feature): bool
{
	return in_array(SONET_ENTITY_GROUP, $this->arSocNetFeaturesSettings[$feature]['allowed']);
}