1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
propertygroup.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Sale\Rest\View;
5
6
7use Bitrix\Rest\Integration\View\Attributes;
8use Bitrix\Rest\Integration\View\DataType;
9use Bitrix\Rest\Integration\View\Base;
10
11class PropertyGroup extends Base
12{
13 public function getFields(): array
14 {
15 return [
16 'ID'=>[
17 'TYPE'=>DataType::TYPE_INT,
18 'ATTRIBUTES'=>[Attributes::READONLY]
19 ],
20 'PERSON_TYPE_ID'=>[
21 'TYPE'=>DataType::TYPE_INT,
22 'ATTRIBUTES'=>[Attributes::REQUIRED]
23 ],
24 'NAME'=>[
25 'TYPE'=>DataType::TYPE_STRING,
26 'ATTRIBUTES'=>[Attributes::REQUIRED]
27 ],
28 'SORT'=>[
29 'TYPE'=>DataType::TYPE_INT
30 ]
31 ];
32 }
33}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804