• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/ProductWizard/SaveProductCommand.php
  • Класс: BitrixCatalogMobileProductWizardSaveProductCommand
  • Вызов: SaveProductCommand::__construct
public function __construct(array $fields, ?int $variationId = null)
{
	$this->fields = $fields;
	$this->variationId = $variationId;
	$this->productIblockId = (int)$fields['IBLOCK_ID'];
	$this->controller = new ProductSelector();
}