• Модуль: biconnector
  • Путь к файлу: ~/bitrix/modules/biconnector/lib/logtable.php
  • Класс: BitrixBIConnectorLogTable
  • Вызов: LogTable::cleanUpAgent
static function cleanUpAgent()
{
	$date = new BitrixMainTypeDateTime();
	$date->add('-30D');

	static::deleteByFilter([
		' $date,
	]);

	return '\Bitrix\BIConnector\LogTable::cleanUpAgent();';
}