1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
RemoveResult.php
См. документацию.
1<?php
2
3namespace Bitrix\UI\FileUploader;
4
5class RemoveResult extends \Bitrix\Main\Result implements \JsonSerializable
6{
8 protected $id;
9
10 public function __construct($id)
11 {
12 $this->id = $id;
13
14 parent::__construct();
15 }
16
17 public function getId()
18 {
19 return $this->id;
20 }
21
22 public function jsonSerialize(): array
23 {
24 return [
25 'id' => $this->getId(),
26 'errors' => $this->getErrors(),
27 'success' => $this->isSuccess(),
28 ];
29 }
30}
getErrors()
Определения result.php:62
isSuccess()
Определения result.php:39
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804