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