• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/ProductGrid/ProductRowViewModel.php
  • Класс: BitrixCrmMobileProductGridProductRowViewModel
  • Вызов: ProductRowViewModel::__construct
public function __construct(ProductRow $source, string $currencyId)
{
	$this->source = $source;
	$this->currencyId = $currencyId;
	$this->uniqId = 'tmp_' . Random::getString(8);
}