• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/functions.php
  • Класс: CSocNetAllowed
  • Вызов: CSocNetAllowed::runEvents
static function runEvents()
{
	static $bAlreadyRun;

	if (!$bAlreadyRun)
	{
		self::runEventForAllowedEntityType();
		self::runEventForAllowedFeature();
		self::runEventForAllowedLogEvent();
		$bAlreadyRun = true;
	}
}