1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
vat2prepaymentcheckmapper.php
См. документацию.
1<?php
2
4
6
8{
9 public function __construct(private readonly array $mapVatToCalcVat) {}
10
11 public function getMap() : array
12 {
13 $prepaymentCheckList = [
20 ];
21
22 $map = [];
23
24 foreach ($this->mapVatToCalcVat as $vat => $calcVat)
25 {
26 $map[$vat] = array_fill_keys($prepaymentCheckList, $calcVat);
27 }
28
29 return $map;
30 }
31
32}
__construct(private readonly array $mapVatToCalcVat)
Определения vat2prepaymentcheckmapper.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$map
Определения config.php:5
$vat
Определения template.php:273