1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Group.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Pull\Dto;
4
5class Group
6{
10 private array $recipients;
11 private array $params;
12
17 public function __construct(array $recipients = [], array $params = [])
18 {
19 $this->recipients = $recipients;
20 $this->params = $params;
21 }
22
23 public function addUser(int $userId): void
24 {
25 $this->recipients[] = $userId;
26 }
27
28 public function getParams(): array
29 {
30 return $this->params;
31 }
32
36 public function getRecipients(): array
37 {
38 return $this->recipients;
39 }
40}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
addUser(int $userId)
Определения Group.php:23
__construct(array $recipients=[], array $params=[])
Определения Group.php:17
getRecipients()
Определения Group.php:36
getParams()
Определения Group.php:28
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
if($inWords) echo htmlspecialcharsbx(Number2Word_Rus(roundEx($totalVatSum $params['CURRENCY']
Определения template.php:799