• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/Controller/StoreDocumentDetails.php
  • Класс: BitrixCatalogMobileControllerStoreDocumentDetails
  • Вызов: StoreDocumentDetails::getProductPendingFiles
private function getProductPendingFiles(array $tokens, BaseSku $sku): PendingFileCollection
{
	$fileController = new ProductController([
		'productId' => $sku->getId(),
	]);

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