• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/functions.php
  • Класс: CSocNetAllowed
  • Вызов: CSocNetAllowed::getAllowedEntityTypes
static function getAllowedEntityTypes()
{
	self::getAllowedFeatures(); // to initialize standard features
	self::runEvents();
	return self::$arAllowedEntityTypes;
}