Payment::render

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Payment
  4. render
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/barcode/payment.php
  • Класс: Bitrix\Crm\UI\Barcode\Payment
  • Вызов: Payment::render
public function render()
{
	if ($this->validate()->isSuccess())
	{
		$data = $this->dataGenerator->getData();

		return $this->barcode->render($data);
	}

	return false;
}

Добавить комментарий