• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/PendingFileCollection.php
  • Класс: BitrixUIFileUploaderPendingFileCollection
  • Вызов: PendingFileCollection::makePersistent
public function makePersistent(): void
{
	foreach ($this->files as $file)
	{
		$file->makePersistent();
	}
}