• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/socnetfeatures.php
  • Класс: BitrixMobileComponentSocNetFeatures
  • Вызов: SocNetFeatures::__construct
public function __construct(int $userId)
{
	$this->arUserActiveFeatures = CSocNetFeatures::getActiveFeatures(SONET_ENTITY_USER, $userId);
	$this->arSocNetFeaturesSettings = CSocNetAllowed::getAllowedFeatures();
}