• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/RealizationList/Item.php
  • Класс: BitrixCatalogMobileRealizationListItem
  • Вызов: Item::getTotalWithCurrencyData
private function getTotalWithCurrencyData(): array
{
	return [
		'largeFormat' => true,
		'affectedFields' => ['CURRENCY', 'TOTAL'],
		'amount' => 'TOTAL',
		'amountReadOnly' => true,
		'currency' => [
			'name' => 'CURRENCY',
			'items' => $this->prepareCurrencyList(),
		],
		'formatted' => 'FORMATTED_TOTAL',
		'formattedWithCurrency' => 'FORMATTED_TOTAL_WITH_CURRENCY',
	];
}