• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/integrations/report/statistics/entity/treatmentbyhourstat.php
  • Класс: BitrixImOpenLinesIntegrationsReportStatisticsEntityTreatmentByHourStatTable
  • Вызов: TreatmentByHourStatTable::clean
static function clean()
{
	$tableName = self::getTableName();
	global $DB;
	$DB->Query('TRUNCATE TABLE ' . $tableName . ';');
}