1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
FileOwnershipCollection.php
См. документацию.
1<?php
2
3namespace Bitrix\UI\FileUploader;
4
5class FileOwnershipCollection implements \IteratorAggregate
6{
8 private array $items = [];
9
10 public function __construct(array $ids)
11 {
12 foreach ($ids as $id)
13 {
14 $this->items[] = new FileOwnership($id);
15 }
16 }
17
21 public function getAll(): array
22 {
23 return $this->items;
24 }
25
26 public function count(): int
27 {
28 return count($this->items);
29 }
30
34 public function getIterator(): \ArrayIterator
35 {
36 return new \ArrayIterator($this->items);
37 }
38}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$items
Определения template.php:224