1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
LoadResultCollection.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\UI\FileUploader;
4
5
class
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
}
Bitrix\UI\FileUploader\LoadResultCollection
Определения
LoadResultCollection.php:6
Bitrix\UI\FileUploader\LoadResultCollection\getIterator
getIterator()
Определения
LoadResultCollection.php:26
Bitrix\UI\FileUploader\LoadResultCollection\add
add(LoadResult $result)
Определения
LoadResultCollection.php:10
Bitrix\UI\FileUploader\LoadResultCollection\getAll
getAll()
Определения
LoadResultCollection.php:18
Bitrix\UI\FileUploader\LoadResultCollection\jsonSerialize
jsonSerialize()
Определения
LoadResultCollection.php:31
Bitrix\UI\FileUploader\LoadResult
Определения
LoadResult.php:6
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$result
$result
Определения
get_property_values.php:14
bitrix
modules
ui
lib
FileUploader
LoadResultCollection.php
Создано системой
1.14.0