1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
entityerror.php
См. документацию.
1<?
2
3namespace Bitrix\UI\EntitySelector;
4
6{
7 protected string $entityId;
8
9 public function __construct(string $entityId, ...$args)
10 {
11 $this->entityId = $entityId;
12
13 parent::__construct(...$args);
14 }
15
16 public function getEntityId(): string
17 {
18 return $this->entityId;
19 }
20
21 public function jsonSerialize(): array
22 {
23 return [
24 'message' => $this->getMessage(),
25 'code' => $this->getCode(),
26 'entityId' => $this->getEntityId(),
27 'customData' => $this->getCustomData(),
28 ];
29 }
30}
Определения error.php:15
getMessage()
Определения error.php:63
getCode()
Определения error.php:54
getCustomData()
Определения error.php:76
__construct(string $entityId,... $args)
Определения entityerror.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804