• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/barcodegenerator.php
  • Класс: BitrixSalePaySystemBarcodeGenerator
  • Вызов: BarcodeGenerator::__construct
public function __construct(?array $options = null)
{
	if ($this->includeUiModule())
	{
		$this->createBarcode($options);
	}
}