File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/ui/lib/FileUploader/RemoveResultCollection.php
Back
<?php namespace Bitrix\UI\FileUploader; class RemoveResultCollection implements \IteratorAggregate, \JsonSerializable { /** @var RemoveResult[] */ private array $results = []; public function add(RemoveResult $result): void { $this->results[] = $result; } /** * @return RemoveResult[] */ public function getAll(): array { return $this->results; } /** * @return \ArrayIterator|RemoveResult[] */ public function getIterator(): \ArrayIterator { return new \ArrayIterator($this->results); } public function jsonSerialize(): array { return $this->getAll(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings