• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/helper.php
  • Класс: BitrixRestConfigurationHelper
  • Вызов: Helper::sendStatistic
public function sendStatistic()
{
	$appList = $this->getBasicAppList();
	foreach ($appList as $manifest => $appCode)
	{
		UsageStatTable::logConfiguration($appCode, $this->prefixStatisticBasic . mb_strtoupper($manifest));
	}
	UsageStatTable::finalize();

	return true;
}