• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/usagestat.php
  • Класс: BitrixRestUsageStatTable
  • Вызов: UsageStatTable::logUserInterface
static function logUserInterface($clientId, string $type, int $count = 1)
{
	static::incrementByCount(
		UsageEntityTable::ENTITY_TYPE_APPLICATION,
		$clientId,
		UsageEntityTable::SUB_ENTITY_TYPE_UI,
		$type,
		$count
	);
}