1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
InitialiazerResult.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Recent\Initializer;
4
5use Bitrix\Im\V2\Recent\Initializer\Queue\QueueItem;
6use Bitrix\Im\V2\Result;
7
9{
10 protected array $items = [];
11 protected bool $hasNextStep = false;
12 protected string $nextPointer = '';
13 protected ?QueueItem $queueItem = null;
14 protected int $selectedItemsCount = 0;
15
16 public function getQueueItem(): ?QueueItem
17 {
18 return $this->queueItem;
19 }
20
21 public function setQueueItem(?QueueItem $queueItem): self
22 {
23 $this->queueItem = $queueItem;
24
25 return $this;
26 }
27
28 public function getItems(): array
29 {
30 return $this->items;
31 }
32
33 public function setItems(array $items): self
34 {
35 $this->items = $items;
36
37 return $this;
38 }
39
40 public function hasNextStep(): bool
41 {
42 return $this->hasNextStep;
43 }
44
45 public function setHasNextStep(bool $flag): self
46 {
47 $this->hasNextStep = $flag;
48
49 return $this;
50 }
51
52 public function getNextPointer(): string
53 {
54 return $this->nextPointer;
55 }
56
57 public function setNextPointer(string $lastId): self
58 {
59 $this->nextPointer = $lastId;
60
61 return $this;
62 }
63
64 public function setSelectedItemsCount(int $count): self
65 {
66 $this->selectedItemsCount = $count;
67
68 return $this;
69 }
70
71 public function getSelectedItemsCount(): int
72 {
74 }
75}
Определения result.php:20
$count
Определения result.php:38
if(!\Bitrix\Main\Loader::includeModule('clouds')) $lastId
Определения sync.php:68
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804