File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/ui/lib/FileUploader/RemoveResult.php
Back
<?php namespace Bitrix\UI\FileUploader; class RemoveResult extends \Bitrix\Main\Result implements \JsonSerializable { /** @var string|int */ protected $id; public function __construct($id) { $this->id = $id; parent::__construct(); } public function getId() { return $this->id; } public function jsonSerialize(): array { return [ 'id' => $this->getId(), 'errors' => $this->getErrors(), 'success' => $this->isSuccess(), ]; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings