• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/usagestat.php
  • Класс: BitrixRestUsageStatTable
  • Вызов: UsageStatTable::getEntityKey
static function getEntityKey($entityType, $entityId, $subEntityType, $subEntityName)
{
	return $entityType . "|" . $entityId . "|" . $subEntityType . "|" . $subEntityName;
}