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