• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/agent.php
  • Класс: BitrixLandingfor
  • Вызов: for::clearFiles
static function clearFiles(?int $count = null): string
{
	$count = !is_null($count) ? $count : 30;

	File::deleteFinal($count);

	return __CLASS__ . '::' . __FUNCTION__ . '(' . $count . ');';
}