...Человеческий поиск в разработке...
- Модуль: 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; }