1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
measurefieldassembler.php
См. документацию.
1<?php
2
3namespace Bitrix\Catalog\Grid\Row\Assembler;
4
5use Bitrix\Main\Grid\Row\Assembler\Field\ListFieldAssembler;
6use CCatalogMeasure;
7
9{
10 protected function getNames(): array
11 {
12 $result = [];
13
14 $rows = CCatalogMeasure::getList();
15 while ($row = $rows->Fetch())
16 {
17 $id = (int)$row['ID'];
18 $result[$id] = $row['MEASURE_TITLE'];
19 }
20
21 return $result;
22 }
23}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$result
Определения get_property_values.php:14
$rows
Определения options.php:264