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