1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
LoadResultCollection.php
См. документацию.
1<?php
2
3namespace Bitrix\UI\FileUploader;
4
5class LoadResultCollection implements \IteratorAggregate, \JsonSerializable
6{
8 private array $results = [];
9
10 public function add(LoadResult $result): void
11 {
12 $this->results[] = $result;
13 }
14
18 public function getAll(): array
19 {
20 return $this->results;
21 }
22
26 public function getIterator(): \ArrayIterator
27 {
28 return new \ArrayIterator($this->results);
29 }
30
31 public function jsonSerialize(): array
32 {
33 return $this->getAll();
34 }
35}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$result
Определения get_property_values.php:14