• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/Controller/StoreDocumentDetails.php
  • Класс: Bitrix\CatalogMobile\Controller\StoreDocumentDetails
  • Вызов: StoreDocumentDetails::getDocumentPendingFiles
private function getDocumentPendingFiles(array $tokens): PendingFileCollection
{
	$fileController = new DocumentController([
		'fieldName' => 'DOCUMENT_FILES',
	]);

	return (new Uploader($fileController))->getPendingFiles($tokens);
}