• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/functions.php
  • Класс: CSocNetAllowed
  • Вызов: CSocNetAllowed::getAllowedFeatures
static function getAllowedFeatures()
{
	static $init = false;
	if (!$init)
	{
		CSocNetAllowed::addStandardFeatureList();
		$init = true;
	}

	self::runEvents();
	return self::$arAllowedFeatures;
}