• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/history/entity/leadstatushistorywithsupposed.php
  • Класс: Bitrix\Crm\History\Entity\LeadStatusHistoryWithSupposedTable
  • Вызов: LeadStatusHistoryWithSupposedTable::clean
static function clean()
{
	$tableName = self::getTableName();
	global $DB;
	$DB->Query('TRUNCATE TABLE ' . $tableName . ';');
}