File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/sale/lib/helpers/admin/blocks/archive/typefirst/orderpayment.php
Back
<?php namespace Bitrix\Sale\Helpers\Admin\Blocks\Archive\TypeFirst; use Bitrix\Sale\Helpers\Admin\Blocks\OrderPayment as Block, Bitrix\Sale\Helpers\Admin\Blocks\Archive\Template; class OrderPayment extends Template { protected $name = "payment"; /** * @return string $result */ public function buildBlock() { $result = ""; $index = 0; $paymentCollection = $this->order->getPaymentCollection(); foreach ($paymentCollection as $payment) { $result .= Block::getView($payment, $index++, "archive"); } return $result; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings