1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
runtimefieldsmanager.php
См. документацию.
1<?php
2
3namespace Bitrix\Socialnetwork\Component\WorkgroupList;
4
6{
7 private array $runtimeFields = [];
8
9 public function __construct()
10 {
11 $runtimeFields = [];
12 }
13
14 public function add($fieldName): void
15 {
16 $this->runtimeFields[] = $fieldName;
17 }
18
19 public function has($fieldName): bool
20 {
21 return (in_array($fieldName, $this->runtimeFields, true));
22 }
23
24 public function get(): array
25 {
26 return $this->runtimeFields;
27 }
28}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804