• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/group_features_perms.php
  • Класс: CAllSocNetFeaturesPerms
  • Вызов: CAllSocNetFeaturesPerms::getCachePath
static function getCachePath($type, $id): string
{
	$id = (int)$id;
	return '/sonet/features_perms/' . (string)$type . '/' . (int)($id / 1000) . '/' . $id . '/';
}