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