1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
GetIBlockElementFieldsResponse.php
См. документацию.
1<?php
2
3namespace Bitrix\Lists\Api\Response\IBlockService;
4
5use Bitrix\Lists\Api\Response\Response;
6
8{
9 public function getFields(): array
10 {
11 return $this->data['fields'] ?? [];
12 }
13
14 public function setFields(array $fields): static
15 {
16 $this->data['fields'] = $fields;
17
18 return $this;
19 }
20
21 public function getProps(): array
22 {
23 return $this->data['props'] ?? [];
24 }
25
26 public function setProps(array $props): static
27 {
28 $this->data['props'] = $props;
29
30 return $this;
31 }
32
33 public function setAll(array $all): static
34 {
35 $this->data['all'] = $all;
36
37 return $this;
38 }
39
40 public function getAll()
41 {
42 return $this->data['all'] ?? [];
43 }
44}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$props
Определения template.php:269
$fields
Определения yandex_run.php:501