• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/internals/registry/featurepermregistry.php
  • Класс: BitrixSocialnetworkInternalsRegistryFeaturePermRegistry
  • Вызов: FeaturePermRegistry::getStorageKey
private function getStorageKey(int $userId = 0, string $entityType = SONET_ENTITY_GROUP, $feature = '', string $operation = ''): string
{
	return implode(' ', [ (string)$userId, $entityType, $feature, $operation ]);
}