1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
result.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Service\Command;
4
5class Result
6{
7 private ?string $entityId;
8 private array $errors;
9
10 public function __construct(?string $entityId, array $errors = [])
11 {
12 $this->entityId = $entityId;
13 $this->errors = $errors;
14 }
15
19 public function getEntityId(): ?string
20 {
21 return $this->entityId;
22 }
23
27 public function getErrors(): array
28 {
29 return $this->errors;
30 }
31}
__construct(?string $entityId, array $errors=[])
Определения result.php:10
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$errors
Определения iblock_catalog_edit.php:74
$entityId
Определения payment.php:4