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