• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/ProductGrid/ConvertCurrencyQuery.php
  • Класс: BitrixCrmMobileProductGridConvertCurrencyQuery
  • Вызов: ConvertCurrencyQuery::__construct
public function __construct(Item $entity, string $currencyId, array $products = [])
{
	$this->entity = $entity;
	$this->currencyId = $currencyId;
	$this->products = $products;
}