Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
analytic.php
1<?php
2
3namespace Bitrix\Rest;
4
11{
20 public static function logToFile($action, $tag = '', $label = '', $actionType = '')
21 {
22 if (function_exists('AddEventToStatFile'))
23 {
24 AddEventToStatFile('rest', $action, $tag, $label, $actionType);
25 }
26 }
27}
static logToFile($action, $tag='', $label='', $actionType='')
Definition analytic.php:20